Add extra_head block.

This commit is contained in:
2026-06-27 17:25:22 +02:00
parent 0f3258f2db
commit b024424405
+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" . -}}