From 0a465deb6445af02462618b7e84fdfcdd0d29a20 Mon Sep 17 00:00:00 2001
From: Tom Teichler <tom.teichler@teckids.org>
Date: Wed, 22 Apr 2020 01:14:24 +0200
Subject: [PATCH] Fix archives page

---
 templates/archives.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/archives.html b/templates/archives.html
index 21329b4..0924007 100644
--- a/templates/archives.html
+++ b/templates/archives.html
@@ -1,7 +1,7 @@
 {% extends "base.html" %}
 
 {% block title %}{{ SITENAME }} — Archives{% endblock %}
-{% block template_content %}
+{% block template_content_head %}
 <div class="container">
     <div class="col-sm-12">    
         <h1>News</h1>
-- 
GitLab