Skip to content

Commit 214eda5

Browse files
fix: integrity hash of mermaid library
1 parent ed1cc81 commit 214eda5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/hooks/head-end.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
{{ if .HasShortcode "mermaid" }}
2929
<!-- Copied from https://unpkg.com/[email protected]/dist/mermaid.min.js -->
3030
{{- with resources.Get "js/mermaid-10.6.1.min.js" -}}
31-
<script src="{{ .RelPermalink }}" integrity="sha384-+NGfjU8KzpDLXRHduEqW+ZiJr2rIg+cidUVk7B51R5xK7cHwMKQfrdFwGdrq1Bcz"></script>
31+
<script src="{{ .RelPermalink }}" integrity="sha384-toDgDinNQVuBBJdT9Q9AnvM4szGg0g7BSEy/yLPRkkQylpeePcz8Mx/JLOFf33o+"></script>
3232
{{- else -}}
3333
<!-- without Mermaid, the site won't appear right -->
3434
{{- errorf "No Mermaid helper script found" -}}

0 commit comments

Comments
 (0)