From bb6c4c6c7486c918a5cacbe367027c8c2bed5897 Mon Sep 17 00:00:00 2001 From: Victoria Date: Mon, 18 Mar 2019 15:20:04 -0400 Subject: Try resolving integrity error --- layouts/partials/head/css.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'layouts') diff --git a/layouts/partials/head/css.html b/layouts/partials/head/css.html index 28d8d91..3e54be5 100644 --- a/layouts/partials/head/css.html +++ b/layouts/partials/head/css.html @@ -8,11 +8,11 @@ {{ $cssOpts := (dict "targetPath" "/css/main.css" ) }} {{ $postCSSOpts := (dict "use" "autoprefixer" ) }} {{ $bundle := $bundleRaw | toCSS $cssOpts | postCSS $postCSSOpts | minify | fingerprint }} - + {{ end }} {{ range .Site.Params.customCSS -}} {{ $style := resources.Get . }} - + {{- end }} -- cgit v1.2.3