diff --git a/files/templates/html_head.html b/files/templates/html_head.html index 8cc2fb82aa..3c7cc93cfa 100644 --- a/files/templates/html_head.html +++ b/files/templates/html_head.html @@ -25,7 +25,7 @@ {% endmacro %} -{% macro page_meta (title=SITE_NAME) %} +{% macro page_meta(title=SITE_NAME) %} {% if 'post/' in request.path and p %} {% set title = [p.plaintitle(v), ' - ', title] | join %} @@ -79,11 +79,6 @@ {{title}} - {{ meta_tags(title, author, description, image, - video, audio, a_author, published, modified, section, url) }} -{% endmacro %} - -{% macro meta_tags(title, author, description, image, video, audio, a_author, published, modified, section, url ) %} @@ -95,9 +90,12 @@ - - - + + {% if not comment_info %} + + + + {% endif %}