From f8541ef965ca22e746b523eb418e47cb4f78f2d8 Mon Sep 17 00:00:00 2001 From: Arne Rief Date: Fri, 9 Jan 2026 12:24:05 +0100 Subject: Upgrade to new template system from Hugo v0.146.0 --- layouts/partials/single/next-prev.html | 44 ---------------------------------- layouts/partials/single/tags.html | 17 ------------- 2 files changed, 61 deletions(-) delete mode 100644 layouts/partials/single/next-prev.html delete mode 100644 layouts/partials/single/tags.html (limited to 'layouts/partials/single') diff --git a/layouts/partials/single/next-prev.html b/layouts/partials/single/next-prev.html deleted file mode 100644 index 55a3fff..0000000 --- a/layouts/partials/single/next-prev.html +++ /dev/null @@ -1,44 +0,0 @@ -{{- /* Navigation for next & previous post and back to top */ -}} -{{- if ne .Params.excludeFromLists true }} - - - - - -{{- end }} diff --git a/layouts/partials/single/tags.html b/layouts/partials/single/tags.html deleted file mode 100644 index 0c10d20..0000000 --- a/layouts/partials/single/tags.html +++ /dev/null @@ -1,17 +0,0 @@ -{{- with .GetTerms "tags" }} -
- - - -
-{{- end }} -- cgit v1.2.3