Skip to content

Commit

Permalink
upgrade mermaid to 8.10.2 and relocate #7
Browse files Browse the repository at this point in the history
  • Loading branch information
McShelby committed Jul 2, 2021
1 parent c450aa4 commit 8a53387
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
{{ else if isset .Site.Params "custommermaidurl" }}
<script src="{{ .Site.Params.customMermaidURL }}"></script>
{{ else }}
<script src="{{"mermaid/mermaid.js" | relURL}}{{ if not .Site.Params.disableAssetsBusting }}?{{ now.Unix }}{{ end }}"></script>
<script src="{{"js/mermaid.min.js" | relURL}}{{ if not .Site.Params.disableAssetsBusting }}?{{ now.Unix }}{{ end }}"></script>
{{ end }}
{{ if isset .Params "mermaidinitialize" }}
{{ $.Scratch.Set "mermaidInitialize" .Params.mermaidInitialize }}
Expand Down
32 changes: 32 additions & 0 deletions static/js/mermaid.min.js

Large diffs are not rendered by default.

32 changes: 0 additions & 32 deletions static/mermaid/mermaid.js

This file was deleted.

0 comments on commit 8a53387

Please sign in to comment.