hugo/docs/layouts/partials/hooks/before-body-end.html
2022-03-08 19:39:33 +01:00

7 lines
201 B
HTML

{{ if .Page.Store.Get "hasMermaid" }}
<script src="https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js"></script>
<script>
mermaid.initialize({ startOnLoad: true });
</script>
{{ end }}