From 2577e9aa9672df737c72eec3b7d3260229be451a Mon Sep 17 00:00:00 2001 From: Quad Date: Fri, 18 Apr 2025 21:27:25 +0200 Subject: [PATCH] Disable minifying and fingerprinting of css. Annoying. --- themes/quadrant/layouts/partials/head/css.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/quadrant/layouts/partials/head/css.html b/themes/quadrant/layouts/partials/head/css.html index b9eca1b..21476b3 100644 --- a/themes/quadrant/layouts/partials/head/css.html +++ b/themes/quadrant/layouts/partials/head/css.html @@ -2,7 +2,7 @@ {{- if eq hugo.Environment "development" }} {{- else }} - {{- with . | minify | fingerprint }} + {{- with . }} {{- end }} {{- end }} @@ -11,7 +11,7 @@ {{- if eq hugo.Environment "development" }} {{- else }} - {{- with . | minify | fingerprint }} + {{- with . }} {{- end }} {{- end }} @@ -20,7 +20,7 @@ {{- if eq hugo.Environment "development" }} {{- else }} - {{- with . | minify | fingerprint }} + {{- with . }} {{- end }} {{- end }}