From e637c80fbc83071934262d4b9786c075fc092b1a Mon Sep 17 00:00:00 2001 From: Lyle Mantooth Date: Sat, 29 Oct 2022 13:29:36 -0400 Subject: [PATCH] Put Section title above description. --- templates/section.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/section.html b/templates/section.html index b68b2ee..fc1745c 100644 --- a/templates/section.html +++ b/templates/section.html @@ -49,8 +49,8 @@ {% endblock header %} {% block title %} {% endblock title %} {% block main %}
- {{ section.content | safe }}

{{ section.title }}

+ {{ section.content | safe }} {% for year, pages in section.pages | group_by(attribute="year") %}
{{ year }}