dashboard
repositories
filestore
activity
search
login
scapegoat
/
Docs2
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat: Remove leading slash of folders in graph view (#282)
Adam Brangenberg
2023-02-01
93610e232b366c6f6cb9695d4755fa578dc28aa0
[scapegoat/Docs2.git]
/
layouts
/
partials
/
mermaid.html
1
2
3
4
5
6
7
8
{{if $.Site.Data.config.enableMermaid}}
{{ if .Page.Store.Get "hasMermaid" }}
<script type="module">
import mermaid from 'https://unpkg.com/mermaid@9/dist/mermaid.esm.min.mjs';
mermaid.initialize({ startOnLoad: true });
</script>
{{ end }}
{{ end }}