Skip to content

Commit

Permalink
Update Mermaid lib to fix #25. (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-stein-nist authored Jan 6, 2023
1 parent 1d7e4d3 commit de41bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@

{{ $usingMermaid := .HasShortcode "mermaid"}}
{{ if $usingMermaid }}
<script src="https://cdnjs.cloudflare.com/ajax/libs/mermaid/8.4.4/mermaid.min.js" integrity="sha256-JEqEejGt4tR35L0a1zodzsV0/PJ6GIf7J4yDtywdrH8=" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mermaid/9.3.0/mermaid.min.js" integrity="sha512-ku2nmBrzAXY5YwohzTqLYH1/lvyMrpTVxgQKrvTabd/b/uesqltLORdmpVapYv6QhZVCLUX6wkvFaKOAY4xpUA==" crossorigin="anonymous"></script>
{{ end }}

{{ block "foot" . }}
Expand Down

0 comments on commit de41bce

Please sign in to comment.