1.1.3 change meta_names.html
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
<title>{{ page.get_title }}</title>
|
{#<title>{{ page.get_title }}</title>#}
|
||||||
|
|
||||||
{% if page.get_description %}
|
{% if page.get_description %}
|
||||||
<meta name="description" content="{{ page.get_description }}"/>
|
<meta name="description" content="{{ page.get_description }}"/>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if page.seo_keywords %}
|
{#{% if page.seo_keywords %}#}
|
||||||
<meta name="keywords" content="{{ page.seo_keywords }}"/>
|
{# <meta name="keywords" content="{{ page.seo_keywords }}"/>#}
|
||||||
{% elif page.get_description %}
|
{#{% elif page.get_description %}#}
|
||||||
<meta name="keywords" content="{{ page.get_description }}"/>
|
{# <meta name="keywords" content="{{ page.get_description }}"/>#}
|
||||||
{% endif %}
|
{#{% endif %}#}
|
||||||
Reference in New Issue
Block a user