From fa781db0e4f10d05117f35218b74d36b4605187f Mon Sep 17 00:00:00 2001 From: welpo Date: Tue, 7 Feb 2023 18:43:17 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20style:=20set=20consistent=20unde?= =?UTF-8?q?rline=20in=20headers?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/macros/macros.html | 6 +++--- templates/section.html | 2 +- templates/tags/list.html | 3 ++- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/templates/macros/macros.html b/templates/macros/macros.html index bc23a38..acfbb03 100644 --- a/templates/macros/macros.html +++ b/templates/macros/macros.html @@ -57,7 +57,7 @@ {% endmacro tags %} {% macro page_header(title) %} -

+

{{ title }}

{% endmacro content %} @@ -80,7 +80,7 @@ {% macro content(page) %}
-
+
{#

{{ page.title }}

#} {{ post_macros::page_header(title=page.title) }} @@ -203,7 +203,7 @@ {% macro list_title(pages, tag_name=false) %} {% if tag_name %} -

Entries tagged - "{{ term.name }}"

+

Entries tagged - "{{ term.name }}"

{% else %}

All articles

{% endif %} diff --git a/templates/section.html b/templates/section.html index 8f2cef3..6576f7e 100644 --- a/templates/section.html +++ b/templates/section.html @@ -10,7 +10,7 @@ {% endif -%}
-
+
{{ post_macros::page_header(title=section.title) }}
{%- if paginator %} diff --git a/templates/tags/list.html b/templates/tags/list.html index adfd51e..e0ec994 100644 --- a/templates/tags/list.html +++ b/templates/tags/list.html @@ -1,7 +1,8 @@ {% extends "index.html" %} {% block main_content %} -

Tags

+ +{{ post_macros::page_header(title="Tags")}}