From ebb83f9f7a29c734b4c25d17f482345fc6b8b84565111483559d1fe02c778acb Mon Sep 17 00:00:00 2001 From: Nicholas Johnson <> Date: Sun, 6 Sep 2026 00:00:00 +0000 Subject: Minify and fingerprint CSS stylesheet This improves page performance and load times. --- layouts/_partials/head.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'layouts/_partials/head.html') diff --git a/layouts/_partials/head.html b/layouts/_partials/head.html index 8250e19..34c93e5 100644 --- a/layouts/_partials/head.html +++ b/layouts/_partials/head.html @@ -10,10 +10,10 @@ {{- end -}} {{ if .Site.Params.custom_css -}} {{ range .Site.Params.custom_css }} - + {{- end -}} {{ else }} - + {{- end -}} {{ if (not (fileExists "static/favicon.ico")) }} -- cgit v1.2.3