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 insertions(+) create mode 100644 layouts/_partials/single/next-prev.html create 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 new file mode 100644 index 0000000..932fcac --- /dev/null +++ b/layouts/_partials/single/next-prev.html @@ -0,0 +1,44 @@ +{{- /* 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 new file mode 100644 index 0000000..0c10d20 --- /dev/null +++ b/layouts/_partials/single/tags.html @@ -0,0 +1,17 @@ +{{- with .GetTerms "tags" }} +
+ + + +
+{{- end }} -- cgit v1.2.3