From 6304cea68a433d02d145ac9e01afd16dfb52b23c Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Sat, 22 Nov 2025 16:32:34 +0100 Subject: [PATCH] WIP:refactor: display terms as term/number-buttons --- .../thymeleaf/layouts/categories/terms.html | 27 +++++++++++++++++++ hugo/themes/thymeleaf/layouts/tags/terms.html | 27 +++++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 hugo/themes/thymeleaf/layouts/categories/terms.html create mode 100644 hugo/themes/thymeleaf/layouts/tags/terms.html diff --git a/hugo/themes/thymeleaf/layouts/categories/terms.html b/hugo/themes/thymeleaf/layouts/categories/terms.html new file mode 100644 index 00000000..6fd26540 --- /dev/null +++ b/hugo/themes/thymeleaf/layouts/categories/terms.html @@ -0,0 +1,27 @@ +{{- define "main" }} + +{{- if .Title }} + +{{- end }} + + + +{{- end }}{{/* end main */ -}} diff --git a/hugo/themes/thymeleaf/layouts/tags/terms.html b/hugo/themes/thymeleaf/layouts/tags/terms.html new file mode 100644 index 00000000..6fd26540 --- /dev/null +++ b/hugo/themes/thymeleaf/layouts/tags/terms.html @@ -0,0 +1,27 @@ +{{- define "main" }} + +{{- if .Title }} + +{{- end }} + + + +{{- end }}{{/* end main */ -}} -- 2.39.5