diff --git a/templates/macros/blog.html b/templates/macros/blog.html index 643f88a..eb3c197 100644 --- a/templates/macros/blog.html +++ b/templates/macros/blog.html @@ -7,6 +7,11 @@ {% if include_content %}
+ {% if not from_index and post.edit_comment %} +

Edits

+ {{ post.edit_comment }} +
+ {% endif %} {% if from_index and summary|length > 1 %} {{ summary[0] }}

Read more »

@@ -14,10 +19,6 @@ {{ post.body }} {% endif %}
- {% if not from_index and post.edit_comment %} -

Edits

- {{ post.edit_comment }} - {% endif %} {% endif %}