Fix blog post timestamp metadata

This commit is contained in:
RichardG867
2024-10-14 17:15:43 -03:00
parent 4c4c2a822f
commit 09d7b02b1c

View File

@@ -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 }}" />