From 6f835ad096f4ac239214b70f2d95b4e1ab6efc75 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Tue, 3 Jan 2023 04:17:06 +0100 Subject: [PATCH] baseof.html: Do not minify CSS --- layouts/_default/baseof.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index dee3095..b8ebaa5 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -15,8 +15,8 @@ {{ range .AlternativeOutputFormats -}} {{ printf `` .Rel .MediaType.Type .Permalink $.Title | safeHTML }} {{ end -}} - {{ $style := resources.Get "scss/style.scss" | resources.ExecuteAsTemplate "css/style.css" . | toCSS | minify | fingerprint -}} - + {{ $style := resources.Get "scss/style.scss" | resources.ExecuteAsTemplate "css/style.css" . | toCSS -}} + {{- block "head" . -}}{{- end }} {{- range .Site.Params.customCSS }}