]> juplo.de Git - website/commitdiff
WIP:refactor: display terms as term/number-buttons
authorKai Moritz <kai@juplo.de>
Fri, 28 Nov 2025 12:38:08 +0000 (13:38 +0100)
committerKai Moritz <kai@juplo.de>
Fri, 28 Nov 2025 12:38:08 +0000 (13:38 +0100)
hugo/themes/thymeleaf/layouts/_partials/head.html
hugo/themes/thymeleaf/layouts/baseof.html

index 02c224018959dcf2eef9da89a66f54a287bcb140..008382fb2adf7a6934212309335186c321939fd9 100644 (file)
@@ -3,3 +3,4 @@
 <title>{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }}</title>
 {{ partialCached "head/css.html" . }}
 {{ partialCached "head/js.html" . }}
+{{ block "custom_css" . }}{{ end }}
index 5401b84c725e568550bec4c3ac2223a7726e04ce..5ed599025184d47705a61416cf2c9b1b575fc147 100644 (file)
@@ -2,7 +2,6 @@
 <html lang="{{ site.Language.LanguageCode }}" dir="{{ or site.Language.LanguageDirection `ltr` }}" th:replace="~{/templates/layout.html :: layout(uri='' + ~{:: code[class='site_uri']/text()}, title=~{:: title}, maincontent=~{:: .maincontent}, json='MERGE:' + ~{:: pre[class='json']/text()})}">
 <head>
   {{ partial "head.html" . }}
-  {{ block "custom_css" . }}{{ end }}
 </head>
 <body>
   <header>