Add author meta

This commit is contained in:
renshuki 2016-07-31 17:39:02 +09:00
parent 0b656aca3b
commit 81c9bc8fa4
1 changed files with 4 additions and 0 deletions

View File

@ -104,6 +104,10 @@
<meta property="og:title" content="{{ seo_page_title }}" />
{% endif %}
{% if seo_author %}
<meta name="author" content="{{ seo_author }}" />
{% endif %}
{% if seo_description %}
<meta name="description" content="{{ seo_description }}" />
<meta property="og:description" content="{{ seo_description }}" />