Skip to content

Commit 51ccd73

Browse files
committed
fixed render problem for mermaid picts on ingress page
1 parent 84a6862 commit 51ccd73

File tree

2 files changed

+6
-23
lines changed

2 files changed

+6
-23
lines changed

layouts/partials/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<meta property="og:type" content="{{ $ogType }}">
8888

8989
{{ if .HasShortcode "mermaid" }}
90-
<!-- Copied from https://unpkg.com/mermaid@8.5.0/dist/mermaid.min.js -->
90+
<!-- Copied from https://unpkg.com/mermaid@8.9.1/dist/mermaid.min.js -->
9191
<script async src="{{ "js/mermaid.min.js" | relURL }}"></script>
9292
{{ end }}
9393

static/js/mermaid.min.js

Lines changed: 5 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)