add site author

This commit is contained in:
Ayo 2023-05-28 22:01:27 +02:00
parent dcfec97df8
commit 367b8fc8ae

View file

@ -15,6 +15,7 @@
{% if page.type == "post" %}
<meta property="og:type" content="article" />
<meta property="article:author" content="{{ site.author }}" />
{% else %}
<meta property="og:type" content="website" />
{% endif %} {% if page.layout == 'home' %}