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 %}