Add author meta
This commit is contained in:
parent
0b656aca3b
commit
81c9bc8fa4
|
@ -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 }}" />
|
||||
|
|
Loading…
Reference in New Issue