Add extra_head block.

This commit is contained in:
2026-06-27 17:25:22 +02:00
parent 0f3258f2db
commit 37253df0a6
+1
View File
@@ -3,6 +3,7 @@
<head>
{{- partial "meta.html" . -}}
{{- partial "head_extra.html" . -}}
{{- block "extra_head" . }}{{ end }}
</head>
<body>
{{- partial "header.html" . -}}