From 725b8f0d76fee52f03bed46ab58a4e78394eeaf8 Mon Sep 17 00:00:00 2001 From: gws Date: Wed, 13 Nov 2024 12:11:32 +0100 Subject: [PATCH] normalize header class --- templates/index.html | 6 ++++-- templates/section.html | 4 +++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/templates/index.html b/templates/index.html index 96d0c17..7daf734 100644 --- a/templates/index.html +++ b/templates/index.html @@ -49,12 +49,14 @@ {% block body_tag%} - + {% endblock body_tag %} {% block header %} -
+ + +
{{ macros::render_header(path="/") }}
{% endblock header %} diff --git a/templates/section.html b/templates/section.html index 3ddd12e..97c644f 100644 --- a/templates/section.html +++ b/templates/section.html @@ -15,10 +15,12 @@
{% endblock header %} +{% block hero%} +{% endblock hero %} {% block content %} -
+
{{ section.title }}
    {% for page in section.pages %}