1 Commits

Author SHA1 Message Date
daniel b024424405 Add extra_head block. 2026-06-27 17:25:22 +02:00
+1
View File
@@ -3,6 +3,7 @@
<head> <head>
{{- partial "meta.html" . -}} {{- partial "meta.html" . -}}
{{- partial "head_extra.html" . -}} {{- partial "head_extra.html" . -}}
{{- block "extra_head" . }}{{ end }}
</head> </head>
<body> <body>
{{- partial "header.html" . -}} {{- partial "header.html" . -}}