From a75f5adfc7652d4e646e9e86a0badc2447809950 Mon Sep 17 00:00:00 2001 From: Kevin Marks Date: Wed, 22 Jun 2016 04:39:25 +0000 Subject: [PATCH] wrap in details/summary --- woodwind/templates/_entry.jinja2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 %} -