From 6ad5e969143984a5c37ad2c1e7c94ed2a5676d43 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Mon, 24 Nov 2025 20:54:18 +0100 Subject: [PATCH] WIP:refactor: display terms as term/number-buttons --- .../thymeleaf/layouts/categories/terms.html | 49 +++++++++++++++++++ hugo/themes/thymeleaf/layouts/tags/terms.html | 49 +++++++++++++++++++ 2 files changed, 98 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..35df26d5 --- /dev/null +++ b/hugo/themes/thymeleaf/layouts/categories/terms.html @@ -0,0 +1,49 @@ +{{- define "custom_css" }} + +{{- end }} +{{- 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..35df26d5 --- /dev/null +++ b/hugo/themes/thymeleaf/layouts/tags/terms.html @@ -0,0 +1,49 @@ +{{- define "custom_css" }} + +{{- end }} +{{- define "main" }} + +{{- if .Title }} + +{{- end }} + + + +{{- end }}{{/* end main */ -}} -- 2.39.5