From 6c6ea21fd8f1298cab4b2da1e041cd69d74762b2 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 18 Nov 2022 22:37:30 +0200 Subject: [PATCH] im genuinely gonna kill some people, this is not a threat, this is a promise --- files/templates/html_head.html | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) 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 %}