This commit is contained in:
Michael Rose 2020-08-30 20:41:47 -04:00
commit 7a6060a55a

View file

@ -52,6 +52,9 @@
{% if author.name %}
<meta name="author" content="{{ author.name | default: author }}">
{% if og_type == "article" %}
<meta property="article:author" content="{{ author.name | default: author }}">
{% endif %}
{% endif %}
<meta property="og:type" content="{{ og_type }}">