From 4c0efd5c0e0237facd6c754667c97b4ce7aa3506 Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Thu, 15 Jun 2023 14:39:15 +0200 Subject: make the tagging work properly --- templates/header.html | 14 +++++++------- templates/tag.html | 22 +++++++++++----------- 2 files changed, 18 insertions(+), 18 deletions(-) (limited to 'templates') diff --git a/templates/header.html b/templates/header.html index 25d2aba..3e5ac6e 100644 --- a/templates/header.html +++ b/templates/header.html @@ -23,17 +23,17 @@
diff --git a/templates/tag.html b/templates/tag.html index c991ff9..b617996 100644 --- a/templates/tag.html +++ b/templates/tag.html @@ -16,19 +16,19 @@ {{^htag}}All cards{{/htag}} {{?subtags}}

Sub-categories

- + {{/subtags}} {{?pages}} -

Cards

- +

Cards

+ {{/pages}} {{> footer.html}} -- cgit v1.2.3