aboutsummaryrefslogtreecommitdiffstats
path: root/templates/aggregator/posts.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/aggregator/posts.html')
-rw-r--r--templates/aggregator/posts.html4
1 files changed, 3 insertions, 1 deletions
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 %}
- <h2>{{ group.grouper }}</h2>
+ <header>
+ <h2>{{ group.grouper }}</h2>
+ </header>
{% for post in group.list %}
{% include "aggregator/post_content.html" %}