diff --git a/layouts/partials/head/styling.html b/layouts/partials/head/styling.html index be4baf2..58ce487 100644 --- a/layouts/partials/head/styling.html +++ b/layouts/partials/head/styling.html @@ -1,7 +1,7 @@ {{ $css := resources.Get "css/main.css" }} -{{ $css = $css | resources.PostCSS }} +{{ $css = $css | css.PostCSS }} {{ if hugo.IsProduction }} - {{ $css = $css | fingerprint | css.PostProcess }} + {{ $css = $css | fingerprint | resources.PostProcess }} {{ end }}