fixed render problem for mermaid picts on ingress page

pull/27129/head
chrismetz09 2021-03-18 14:37:17 -07:00
parent 84a6862a2a
commit 51ccd736f5
2 changed files with 6 additions and 23 deletions

View File

@ -87,7 +87,7 @@
<meta property="og:type" content="{{ $ogType }}">
{{ if .HasShortcode "mermaid" }}
<!-- Copied from https://unpkg.com/mermaid@8.5.0/dist/mermaid.min.js -->
<!-- Copied from https://unpkg.com/mermaid@8.9.1/dist/mermaid.min.js -->
<script async src="{{ "js/mermaid.min.js" | relURL }}"></script>
{{ end }}

File diff suppressed because one or more lines are too long