From e7f92403833f40f1bed5d28ab2534b03f005b6fa Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Wed, 13 Oct 2021 20:35:30 -0500 Subject: [PATCH] Set crossorigin="anonymous" on the CSS This helps with Netlify --- layouts/partials/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 70a44e9..0267df4 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -4,7 +4,7 @@ {{ hugo.Generator }} {{ with resources.Get "css/bobastyle.css" | fingerprint "sha512" }} - + {{ end }} {{ with .Site.Params.faviconICO }}