From fb541e03bc52c999480225963465b56f618c2e55 Mon Sep 17 00:00:00 2001 From: Aevann Date: Wed, 17 Apr 2024 22:51:02 +0200 Subject: [PATCH] try to fix previews --- files/templates/util/html_head.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/files/templates/util/html_head.html b/files/templates/util/html_head.html index 02bd5aa77..3ed301e91 100644 --- a/files/templates/util/html_head.html +++ b/files/templates/util/html_head.html @@ -24,8 +24,7 @@ {% endif %} {% if focused_comment and not focused_comment.is_banned and not focused_comment.deleted_utc %} - {% set p, title = focused_comment, ['@', focused_comment.author_name, "'s comment on ", - '"', title, '"'] | join %} + {% set p = focused_comment %} {% endif %} {% set author, description, a_author, published, modified, url =