From 25a8374edc7b90d79d320fddd0e7d8e5cfb672fa Mon Sep 17 00:00:00 2001 From: welpo Date: Mon, 17 Apr 2023 02:22:07 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20style:=20respect=20the=20tags=20?= =?UTF-8?q?capitalisation=20Otherwise=20"TIL"=20becomes=20"Til",=20for=20e?= =?UTF-8?q?xample.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/tags/single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/tags/single.html b/templates/tags/single.html index b1f7ef8..0b6b17b 100644 --- a/templates/tags/single.html +++ b/templates/tags/single.html @@ -2,7 +2,7 @@ {% block main_content %} -{{ macros_page_header::page_header(title=term.name | title) }} +{{ macros_page_header::page_header(title=term.name) }} {% set max = section.extra.max_posts | default(value=999999) %} {{ macros_list_posts::list_posts(posts=term.pages, max=max) }}