From 125db9a6373c8f7d6b1c42f155b283e9e37f0008 Mon Sep 17 00:00:00 2001 From: manetta Date: Fri, 4 Sep 2020 18:21:19 +0200 Subject: [PATCH] placing the content_title block inside the content block --- themes/default/templates/categories.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/default/templates/categories.html b/themes/default/templates/categories.html index 2ef6b71..f086de2 100644 --- a/themes/default/templates/categories.html +++ b/themes/default/templates/categories.html @@ -2,11 +2,12 @@ {% block title %}{{ SITENAME }} - Categories{% endblock %} +{% block content %} + {% block content_title %}

Overview

{% endblock %} -{% block content %} {% for category, articles in categories|sort %}

{{ category }}

{% for article in articles %}