From: Kai Moritz Date: Fri, 28 Nov 2025 12:35:00 +0000 (+0100) Subject: WIP:refactor: display terms as term/number-buttons X-Git-Tag: wip--hugo--rebase--2025-11-29--09-32~2 X-Git-Url: https://juplo.de/gitweb/?a=commitdiff_plain;h=6d54fec09e6f56612c9f4398d0da781354eec85f;p=website WIP:refactor: display terms as term/number-buttons --- diff --git a/hugo/themes/thymeleaf/layouts/_partials/terms.html b/hugo/themes/thymeleaf/layouts/_partials/terms.html index 6fd26540..35df26d5 100644 --- a/hugo/themes/thymeleaf/layouts/_partials/terms.html +++ b/hugo/themes/thymeleaf/layouts/_partials/terms.html @@ -1,3 +1,25 @@ +{{- define "custom_css" }} + +{{- end }} {{- define "main" }} {{- if .Title }} diff --git a/hugo/themes/thymeleaf/layouts/terms.html b/hugo/themes/thymeleaf/layouts/terms.html deleted file mode 100644 index 35df26d5..00000000 --- a/hugo/themes/thymeleaf/layouts/terms.html +++ /dev/null @@ -1,49 +0,0 @@ -{{- define "custom_css" }} - -{{- end }} -{{- define "main" }} - -{{- if .Title }} - -{{- end }} - - - -{{- end }}{{/* end main */ -}}