From 9bd9c28cae452b43b4fcece040d06728990c2c26 Mon Sep 17 00:00:00 2001 From: Arne Rief Date: Mon, 15 Jun 2026 17:30:13 +0200 Subject: Fix pagination langTranslate, HTML cleanup --- layouts/tags/list.html | 4 ++-- layouts/tags/term.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'layouts/tags') diff --git a/layouts/tags/list.html b/layouts/tags/list.html index 87f74de..0a346a5 100644 --- a/layouts/tags/list.html +++ b/layouts/tags/list.html @@ -1,6 +1,6 @@ {{- /* List of All Tags */ -}} {{- define "main" }} -
+

{{ lang.Translate "tags_all" | default "All Tags" }} @@ -33,5 +33,5 @@

{{- end }}

-
+ {{- end }} diff --git a/layouts/tags/term.html b/layouts/tags/term.html index f4dfd73..8cd73f4 100644 --- a/layouts/tags/term.html +++ b/layouts/tags/term.html @@ -1,6 +1,6 @@ {{- /* List of All Articles for a Specific Tag */ -}} {{- define "main" }} -
+

@@ -38,5 +38,5 @@ -

+ {{- end }} -- cgit v1.2.3