~xdavidwu/xdavidwu.link

7985d3c5cead40eec7e16303a3330aa7fbf3ec64 — Lars Olesen 3 years ago 615661c
Added article:author used by Pinterest (#2670)

1 files changed, 3 insertions(+), 0 deletions(-)

M _includes/seo.html
M _includes/seo.html => _includes/seo.html +3 -0
@@ 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 }}">