fixed render problem for mermaid picts on ingress page
parent
84a6862a2a
commit
51ccd736f5
|
@ -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
Loading…
Reference in New Issue