aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2023-08-30 13:53:41 +0300
committerValentin Popov <valentin@popov.link>2023-08-30 13:53:41 +0300
commit575bc4a55472125f3e59237cf64f85b959cd439c (patch)
tree054cad64eea325ee629035ac41a02b42a550af2d
parenta593ef4506fa9dcc6926bb19e8cbffbed001d7ae (diff)
downloadpopov.link-575bc4a55472125f3e59237cf64f85b959cd439c.tar.xz
popov.link-575bc4a55472125f3e59237cf64f85b959cd439c.zip
Added header for the blog post list page
-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>