diff --git a/woodwind/templates/_entry.jinja2 b/woodwind/templates/_entry.jinja2 index 6f8d27d..f297687 100644 --- a/woodwind/templates/_entry.jinja2 +++ b/woodwind/templates/_entry.jinja2 @@ -1,6 +1,6 @@ {% for context in entry.reply_context %}
-
+
{% if context.author_photo %} {% endif %} @@ -8,16 +8,16 @@ {{ context.author_name }} - {% endif %} {{ context.permalink | domain_for_url }} -
+
{% if context.title %} -

{{ context.title }}

+

{{ context.title|e }}

{% endif %} {% if context.content %}
{{ context.content_cleaned | proxy_all | add_preview }}
{% endif %} -