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 }}">