1.1.3 change meta_names.html

This commit is contained in:
2024-06-05 16:47:10 +03:00
parent a9ed3e0bef
commit 632cf0b9b4

View File

@@ -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 %}#}