Skip to content

Commit

Permalink
Fixed integrity value for font awesome
Browse files Browse the repository at this point in the history
  • Loading branch information
felixoi authored May 2, 2023
1 parent c731447 commit 2060e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/html/include/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<link href="assets/css/spongehome{{ min }}.css" rel="stylesheet">

<!-- Custom Fonts -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all{{ min }}.css" {%if min%}integrity="sha384-i1LQnF23gykqWXg6jxC2ZbCbUMxyw5gLZY6UiUS98LYV5unm8GWmfkIS6jqJfb4E"{%endif%} crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all{{ min }}.css" {%if min%}integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw=="{%endif%} crossorigin="anonymous" referrerpolicy="no-referrer">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700" rel="stylesheet">
</head>
<body id="{{ page }}-page">
Expand Down

0 comments on commit 2060e39

Please sign in to comment.