From fabdd8764e9dafd4a91ee7a13b41acdace1ec180 Mon Sep 17 00:00:00 2001 From: Victoria Date: Fri, 15 Mar 2019 11:19:23 -0400 Subject: [PATCH] Reset to current master, remove crossorigin tags - Reset previous changes on this branch because Victoria made some pretty messy commits - Only change the code this PR is intended to address --- layouts/partials/head/css.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/head/css.html b/layouts/partials/head/css.html index 6671f4c..0b3f461 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 }}