We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa0a1d2 commit 5296b21Copy full SHA for 5296b21
layouts/partials/head.html
@@ -13,7 +13,7 @@
13
<meta name="og:image" content="{{ "images/LetsEncrypt-SocialShare.png" | absURL }}">
14
15
{{ $style := resources.Get "css/main.scss" | resources.ToCSS | minify | fingerprint "sha512" }}
16
- <link rel="stylesheet" href="{{ $style.RelPermalink }}" integrity="{{ $style.Data.Integrity }}">
+ <link rel="stylesheet" href="{{ $style.RelPermalink }}" integrity="{{ $style.Data.Integrity }}" crossorigin="anonymous">
17
18
<link rel="stylesheet" href="/fontawesome-free-5.12.1-web/css/all.min.css" />
19
{{ if .Params.canonicalUrl }}
0 commit comments