From 23734b525e5f04dcdf3d7c94e386317b1b216f2a Mon Sep 17 00:00:00 2001 From: Jacob Lucas Date: Thu, 30 May 2024 20:00:51 +0100 Subject: [PATCH] Fixed css minification --- themes/hackspace-theme/layouts/partials/head/css.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/hackspace-theme/layouts/partials/head/css.html b/themes/hackspace-theme/layouts/partials/head/css.html index dfefc27..669f228 100644 --- a/themes/hackspace-theme/layouts/partials/head/css.html +++ b/themes/hackspace-theme/layouts/partials/head/css.html @@ -11,7 +11,7 @@ {{- if eq hugo.Environment "development" }} {{- else }} - {{- with css | minify | fingerprint }} + {{- with $css | minify | fingerprint }} {{- end }} {{- end }}