From a8124581c4e8c3f3e462f13ffe63228d7a631b79 Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin <i@neonxp.ru> Date: Tue, 10 Dec 2024 01:04:33 +0300 Subject: Auto-commit 2024-12-10 --- layouts/partials/head/js.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'layouts/partials/head') diff --git a/layouts/partials/head/js.html b/layouts/partials/head/js.html index 18fe842..7e1c81d 100644 --- a/layouts/partials/head/js.html +++ b/layouts/partials/head/js.html @@ -10,3 +10,7 @@ {{- end }} {{- end }} {{- end }} +<script type="module"> + import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@11/dist/mermaid.esm.min.mjs'; + mermaid.initialize({ startOnLoad: true }); +</script> \ No newline at end of file -- cgit v1.2.3