From fd51da590e94fb041988f7856fb422615847d85d Mon Sep 17 00:00:00 2001 From: Awiteb Date: Sat, 1 Jun 2024 17:06:57 +0300 Subject: [PATCH] chore: Make the titles h2 rather than h1 Signed-off-by: Awiteb --- templates/base.html | 2 +- templates/page.html | 2 +- templates/section.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/base.html b/templates/base.html index 2d010fb..c8da7c9 100644 --- a/templates/base.html +++ b/templates/base.html @@ -113,7 +113,7 @@ {% endfor %} {% endif %} - {% block header %}{% if title %}

{{ config.title }}

{% endif %}{% endblock header %} + {% block header %}{% if title %}

{{ config.title }}

{% endif %}{% endblock header %}
{% block content %}{% endblock content %} diff --git a/templates/page.html b/templates/page.html index 5f8dbe5..ede1468 100644 --- a/templates/page.html +++ b/templates/page.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block header %} -

{{ page.title }}

+

{{ page.title }}

{% endblock header %} {% block content %} diff --git a/templates/section.html b/templates/section.html index 459971e..2fcd18c 100644 --- a/templates/section.html +++ b/templates/section.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block header %} -

{{ section.title }}

+

{{ section.title }}

{% endblock header %} {% block content %}