Small opengraph fixes

This commit is contained in:
RichardG867
2021-12-04 16:58:24 -03:00
parent 22463939ec
commit 414db355f7

View File

@@ -10,7 +10,8 @@
<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: "%F" }}" />
<meta property="og:published_time" content="{{ page.date | date: "%FT%TZ" }}" />
<meta property="article:author" content="https://github.com/{{ page.author }}" />
<meta property="article:author:username" content="{{ page.author }}" />
{% else %}
<meta property="og:type" content="website" />