~xdavidwu/xdavidwu.link

2a0c3ed669a516c24d46d22b94bc8290eacdd6d3 — Michael Rose 3 years ago a5767e5 + 7985d3c
Merge branch 'master' of https://github.com/mmistakes/minimal-mistakes
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 }}">