aboutsummaryrefslogtreecommitdiff
path: root/templates/blog.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/blog.html')
-rw-r--r--templates/blog.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/blog.html b/templates/blog.html
index 492ff50..88e1eb6 100644
--- a/templates/blog.html
+++ b/templates/blog.html
@@ -1,6 +1,10 @@
{% extends 'base.html' %}
{% block content %}
+<section>
+ <h1>Latest posts</h1>
+</section>
+
{% for year, posts in section.pages | group_by(attribute='year') %}
<section>
<h2>{{ year | trim | safe }}</h2>