From b2a23b6f5d8651d163e8cf3e111ae41541424cfd Mon Sep 17 00:00:00 2001 From: JB Date: Mon, 20 Feb 2023 12:12:50 +0100 Subject: [PATCH] Mermaid: switch to ESM import --- layouts/partials/hooks/before-body-end.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/layouts/partials/hooks/before-body-end.html b/layouts/partials/hooks/before-body-end.html index fb7ae20ba..dab653508 100644 --- a/layouts/partials/hooks/before-body-end.html +++ b/layouts/partials/hooks/before-body-end.html @@ -1,6 +1,7 @@ {{ if .Page.Store.Get "hasMermaid" }} - - {{ end }}