diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 7e0d573..9385125 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -23,7 +23,7 @@ type="text/css"> {{ $options := (dict "targetPath" "main.css" "outputStyle" "compressed" "enableSourceMap" true) }} -{{ $style := resources.Get "scss/main.scss" | resources.ToCSS $options | resources.Minify | resources.Fingerprint }} +{{ $style := resources.Get "scss/main.scss" | resources.ToCSS $options | resources.Fingerprint }} {{ range $val := $.Site.Params.customCSS }}