Skip to content

Commit

Permalink
Merge pull request #306 from FileFabrik/master
Browse files Browse the repository at this point in the history
fix: add crossorigin attribute to webmanifest link
  • Loading branch information
h-enk authored Jun 14, 2021
2 parents 33ccb71 + c7fd5ff commit 7e78afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/head/favicons.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
<link rel="apple-touch-icon" sizes="180x180" href="{{ "apple-touch-icon.png" | relURL }}">
<link rel="icon" type="image/png" sizes="32x32" href="{{ "favicon-32x32.png" | relURL }}">
<link rel="icon" type="image/png" sizes="16x16" href="{{ "favicon-16x16.png" | relURL }}">
<link rel="manifest" href="{{ "site.webmanifest" | relURL }}">
<link rel="manifest" crossorigin="use-credentials" href="{{ "site.webmanifest" | relURL }}">

0 comments on commit 7e78afb

Please sign in to comment.