From 9d081d093bacea9776cd9c3dac23e28b85f490b5 Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 3 Mar 2023 23:37:52 +0200 Subject: [PATCH] same as last commit --- files/templates/util/html_head.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/files/templates/util/html_head.html b/files/templates/util/html_head.html index d4da3a6db..3df02b1f8 100644 --- a/files/templates/util/html_head.html +++ b/files/templates/util/html_head.html @@ -25,9 +25,8 @@ '"', title, '"'] | join %} {% endif %} - {% set author, description, a_author, published, modified, url = - '@'+p.author_name, p.plainbody(v), '@'+p.author_name, - p.created_datetime, p.edited_string, p.permalink %} + {% set description, published, modified, url = + p.plainbody(v), p.created_datetime, p.edited_string, p.permalink %} {% elif '@' in request.path and u %} {% set author, a_author, published, url, title, image, section =