From c930c0851668e49f04984c63d23cb8dcaeab7d31 Mon Sep 17 00:00:00 2001 From: justcool393 Date: Sun, 27 Nov 2022 14:30:35 -0600 Subject: [PATCH] fix duplicating post titles lol --- files/templates/util/html_head.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/files/templates/util/html_head.html b/files/templates/util/html_head.html index 09bed20d1..90c567195 100644 --- a/files/templates/util/html_head.html +++ b/files/templates/util/html_head.html @@ -24,8 +24,6 @@ {% macro page_meta(title=none) %} {% if 'post/' in request.path and p %} - {% set title = [p.plaintitle(v), ' - ', title] | join %} - {% if not v_forbid_deleted -%} {% set image = p.thumb_url if p.has_thumb %} {% set image = p.realurl(v) if p.is_image %}