From 785b875f058408f8da3c4f06ef26cdf1c3cfb588 Mon Sep 17 00:00:00 2001 From: Vittorio Alfieri Date: Sat, 14 Mar 2026 21:39:19 -0500 Subject: [PATCH] Fix CSS cache-busting that prevented browser caching Remove timestamp query string from custom.css link. The ?{{ now.Unix }} generated a unique URL on every build, preventing browsers from caching the stylesheet. Co-Authored-By: Claude Opus 4.6 --- layouts/partials/headers.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/headers.html b/layouts/partials/headers.html index a517e57f9..1352771b3 100644 --- a/layouts/partials/headers.html +++ b/layouts/partials/headers.html @@ -34,7 +34,7 @@ {{ end }} - + {{ `