Skip to content

Commit

Permalink
Crossorigin
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmakestech committed Jun 1, 2023
1 parent fa0a1d2 commit 5296b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<meta name="og:image" content="{{ "images/LetsEncrypt-SocialShare.png" | absURL }}">

{{ $style := resources.Get "css/main.scss" | resources.ToCSS | minify | fingerprint "sha512" }}
<link rel="stylesheet" href="{{ $style.RelPermalink }}" integrity="{{ $style.Data.Integrity }}">
<link rel="stylesheet" href="{{ $style.RelPermalink }}" integrity="{{ $style.Data.Integrity }}" crossorigin="anonymous">

<link rel="stylesheet" href="/fontawesome-free-5.12.1-web/css/all.min.css" />
{{ if .Params.canonicalUrl }}
Expand Down

0 comments on commit 5296b21

Please sign in to comment.