hugo/docs/layouts/partials/hooks/before-body-end.html
2023-03-01 11:56:07 +01:00

8 lines
214 B
HTML

{{ 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 }}