diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 9979740..d471874 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -19,12 +19,12 @@ {{ end }} - + + {{ $options := (dict "targetPath" "main.css" "outputStyle" "compressed" "enableSourceMap" true) }} {{ $style := resources.Get "scss/main.scss" | resources.ToCSS $options | resources.Fingerprint }} - + {{ range $val := $.Site.Params.customCSS }} {{ if gt (len $val) 0 }}