From 6a63b3219957d4b065475433ca587adccdca7ec8 Mon Sep 17 00:00:00 2001 From: Jonas Tobias Hopusch Date: Mon, 19 Jul 2021 00:06:21 +0200 Subject: [PATCH] Don't skip levels --- templates/page.html | 2 +- templates/section.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/page.html b/templates/page.html index a7b323b..af486d9 100644 --- a/templates/page.html +++ b/templates/page.html @@ -7,7 +7,7 @@ {% endblock %} {% block content %} -

{{ page.title }}

+

{{ page.title }}

{% if page.date and page.date is defined %}

Published on: {{ page.date }}

diff --git a/templates/section.html b/templates/section.html index fc29dcb..50f5851 100644 --- a/templates/section.html +++ b/templates/section.html @@ -1,5 +1,5 @@ {% extends "base.html" %} {% block content %} -

{{ section.title }}

+

{{ section.title }}

    {% for page in section.pages %}