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

index 008382fb2adf7a6934212309335186c321939fd9..02c224018959dcf2eef9da89a66f54a287bcb140 100644 (file)
@@ -3,4 +3,3 @@
 <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 5ed599025184d47705a61416cf2c9b1b575fc147..5401b84c725e568550bec4c3ac2223a7726e04ce 100644 (file)
@@ -2,6 +2,7 @@
 <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>