From 3d6cfbb0ab76165b8db7b07edf8113eb1407638b Mon Sep 17 00:00:00 2001 From: Kevin Marks Date: Tue, 21 Jun 2016 22:12:21 -0700 Subject: [PATCH] put details/summary on main entry not reply context --- woodwind/templates/_entry.jinja2 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 %} -