Skip to content

Commit

Permalink
Added article:author used by Pinterest (#2670)
Browse files Browse the repository at this point in the history
  • Loading branch information
lsolesen authored Aug 31, 2020
1 parent b75f057 commit 24b4585
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _includes/seo.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}">
Expand Down

0 comments on commit 24b4585

Please # to comment.