From b024424405102edbd48240958649003ce3791977 Mon Sep 17 00:00:00 2001 From: Daniel Kraus Date: Sat, 27 Jun 2026 17:25:22 +0200 Subject: [PATCH] Add extra_head block. --- layouts/baseof.html | 1 + 1 file changed, 1 insertion(+) diff --git a/layouts/baseof.html b/layouts/baseof.html index a78e507..ecb6d72 100644 --- a/layouts/baseof.html +++ b/layouts/baseof.html @@ -3,6 +3,7 @@ {{- partial "meta.html" . -}} {{- partial "head_extra.html" . -}} + {{- block "extra_head" . }}{{ end }} {{- partial "header.html" . -}}