summaryrefslogtreecommitdiffstats
path: root/docs/layouts/partials/hooks/before-body-end.html
blob: dab653508b46eb159361e6e89102db6f6a9c456f (plain)
1
2
3
4
5
6
7
{{ if .Page.Store.Get "hasMermaid" }}
  <script type="module" async>
    import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@9/+esm';
    
    mermaid.initialize({ startOnLoad: true });
  </script>
{{ end }}