From: Kai Moritz Date: Mon, 24 Nov 2025 19:54:18 +0000 (+0100) Subject: WIP:refactor: display terms as term/number-buttons X-Git-Tag: hugo--cat-tag-pages~5 X-Git-Url: https://juplo.de/gitweb/?a=commitdiff_plain;h=6ad5e969143984a5c37ad2c1e7c94ed2a5676d43;p=website WIP:refactor: display terms as term/number-buttons --- 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 */ -}}