From: Kai Moritz Date: Sat, 22 Nov 2025 15:32:34 +0000 (+0100) Subject: WIP:refactor: display terms as term/number-buttons X-Git-Tag: hugo--cat-tag-pages~9 X-Git-Url: https://juplo.de/gitweb/?a=commitdiff_plain;h=6304cea68a433d02d145ac9e01afd16dfb52b23c;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..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 */ -}}