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 ed1cc81 commit 214eda5Copy full SHA for 214eda5
layouts/partials/hooks/head-end.html
@@ -28,7 +28,7 @@
28
{{ if .HasShortcode "mermaid" }}
29
<!-- Copied from https://unpkg.com/[email protected]/dist/mermaid.min.js -->
30
{{- with resources.Get "js/mermaid-10.6.1.min.js" -}}
31
- <script src="{{ .RelPermalink }}" integrity="sha384-+NGfjU8KzpDLXRHduEqW+ZiJr2rIg+cidUVk7B51R5xK7cHwMKQfrdFwGdrq1Bcz"></script>
+ <script src="{{ .RelPermalink }}" integrity="sha384-toDgDinNQVuBBJdT9Q9AnvM4szGg0g7BSEy/yLPRkkQylpeePcz8Mx/JLOFf33o+"></script>
32
{{- else -}}
33
<!-- without Mermaid, the site won't appear right -->
34
{{- errorf "No Mermaid helper script found" -}}
0 commit comments