From 4a617d36e3f5630479de3652c471ef556a128ae0 Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Sat, 22 Feb 2025 18:23:16 +0100 Subject: [PATCH] Use non-cached JS header --- layouts/partials/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 02c2240..20aad0b 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -2,4 +2,4 @@ {{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }} {{ partialCached "head/css.html" . }} -{{ partialCached "head/js.html" . }} +{{ partial "head/js.html" . }}