fix duplicating post titles lol

pull/26/head
justcool393 2022-11-27 14:30:35 -06:00
parent c564cad5f9
commit c930c08516
1 changed files with 0 additions and 2 deletions

View File

@ -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 %}