diff --git a/wowchemy/layouts/partials/site_head.html b/wowchemy/layouts/partials/site_head.html index 24428505..2f48b227 100644 --- a/wowchemy/layouts/partials/site_head.html +++ b/wowchemy/layouts/partials/site_head.html @@ -198,6 +198,10 @@ {{- if hugo.IsProduction -}} {{- $style = $style | fingerprint "md5" -}} {{- end -}} + {{- if eq (getenv "WC_POST_CSS") "true" -}} + {{/* PostProcess must be last action in the pipeline */}} + {{- $style = $style | resources.PostProcess -}} + {{- end -}} {{ partial "marketing/google_analytics" . }}