From bf6ae715118de6f9bb6574216b45b5c87f9c7042 Mon Sep 17 00:00:00 2001 From: Daniel Kraus Date: Tue, 16 Jun 2026 20:54:02 +0200 Subject: [PATCH] Ensure context in partial. --- layouts/_partials/scripts.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_partials/scripts.html b/layouts/_partials/scripts.html index 81449e0..495c82e 100644 --- a/layouts/_partials/scripts.html +++ b/layouts/_partials/scripts.html @@ -11,4 +11,4 @@ {{ end }} -{{ partial "scripts_extra.html "}} \ No newline at end of file +{{ partial "scripts_extra.html" . }}