diff --git a/files/templates/util/html_head.html b/files/templates/util/html_head.html index 09bed20d14..90c567195b 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 %}