aboutsummaryrefslogtreecommitdiff
path: root/templates/blog.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/blog.html')
-rw-r--r--templates/blog.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/blog.html b/templates/blog.html
index 3602385..934dda8 100644
--- a/templates/blog.html
+++ b/templates/blog.html
@@ -1,8 +1,6 @@
{% extends 'base.html' %}
{% block content %}
-<h1>{{ section.title | trim }}</h1>
-
{% for year, posts in section.pages | group_by(attribute='year') %}
<section>
<h2>{{ year | trim }}</h2>