diff --git a/woodwind/templates/_entry.jinja2 b/woodwind/templates/_entry.jinja2 index f297687..5756ca2 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,7 +8,7 @@ {{ context.author_name }} - {% endif %} {{ context.permalink | domain_for_url }} -
+ {% if context.title %}

{{ context.title|e }}

{% endif %} @@ -17,7 +17,7 @@ {{ context.content_cleaned | proxy_all | add_preview }} {% endif %} -