mirror of
https://github.com/86Box/86box.github.io.git
synced 2026-02-22 01:25:35 -07:00
Fix blog post timestamp metadata
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<meta property="og:title" content="{{ page.title }}" />
|
||||
{% if page.layout == "post" %}
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:published_time" content="{{ page.date | date: "%FT%TZ" }}" />
|
||||
<meta property="article:published_time" content="{{ page.date | date: "%FT%TZ" }}" />
|
||||
{% for author in page.authors %}
|
||||
<meta property="article:author" content="https://github.com/{{ author }}" />
|
||||
<meta property="article:author:username" content="{{ author }}" />
|
||||
|
||||
Reference in New Issue
Block a user