{% autoescape off %} diff --git a/templates/aggregator/posts.html b/templates/aggregator/posts.html index 33a0b86..355399e 100644 --- a/templates/aggregator/posts.html +++ b/templates/aggregator/posts.html @@ -19,7 +19,9 @@ {% block content %} {% regroup list.object_list by updated.date as grouped_list %} {% for group in grouped_list %} -

{{ group.grouper }}

+
+

{{ group.grouper }}

+
{% for post in group.list %} {% include "aggregator/post_content.html" %} -- cgit v1.2.3-54-g00ecf