fix bug with embeds i think

pull/26/head
justcool393 2022-11-27 14:24:40 -06:00
parent 9ed10a85b6
commit c564cad5f9
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
{% extends "default.html" %} {% extends "default.html" %}
{% block pagetitle %} {% block pagetitle %}
{% if comment_info %} {%- if comment_info -%}
@{{comment_info.author_name}} comments on '{{p.plaintitle(v)}}' @{{comment_info.author_name}} comments on '{{p.plaintitle(v)}}'
{% else %} {%- else -%}
{{p.plaintitle(v)}} {{p.plaintitle(v)}}
{% endif %} {%- endif -%}
{% endblock %} {% endblock %}
{% block pagetype %}thread{% endblock %} {% block pagetype %}thread{% endblock %}
{% block head_final %} {% block head_final %}