From 8016710fe6d602e1f0c523170f0f945b2cc9039a Mon Sep 17 00:00:00 2001 From: Amolith Date: Fri, 27 Jan 2023 10:09:28 -0500 Subject: [PATCH] try to implement cache busting --- themes/secluded/layouts/partials/head.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/secluded/layouts/partials/head.html b/themes/secluded/layouts/partials/head.html index 67d0a6fd64d575df0d9666edc35a90bc273cf801..86667e591ec6a031dd0f7cfb7393a55cac530779 100644 --- a/themes/secluded/layouts/partials/head.html +++ b/themes/secluded/layouts/partials/head.html @@ -37,8 +37,8 @@ {{ $options := (dict "outputStyle" "compressed" "enableSourceMap" true) }} {{ $scss := resources.Get "scss/imports.scss" }} {{ $style := $scss | resources.ToCSS $options }} - - + + {{ partialCached "favicons.html" . }}