Set crossorigin="anonymous" on the CSS

This helps with Netlify
This commit is contained in:
2021-10-13 20:35:30 -05:00
parent df67de8b56
commit e7f9240383

View File

@ -4,7 +4,7 @@
{{ hugo.Generator }}
{{ with resources.Get "css/bobastyle.css" | fingerprint "sha512" }}
<link rel="stylesheet" type="text/css" href="{{ .Permalink }}" integrity="{{ .Data.Integrity }}">
<link rel="stylesheet" type="text/css" href="{{ .Permalink }}" integrity="{{ .Data.Integrity }}" crossorigin="anonymous">
{{ end }}
{{ with .Site.Params.faviconICO }}