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 67d0a6f..86667e5 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" . }}