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 }}