From d97176b3a3e2987b8dc146a2347fb83e4326df23 Mon Sep 17 00:00:00 2001 From: Amolith Date: Fri, 27 Jan 2023 10:17:29 -0500 Subject: [PATCH] correct cache busting technique --- 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 86667e5..368e924 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" . }}