From a757601efefaf07ff42e1e84f4391d8df52cdc8f Mon Sep 17 00:00:00 2001 From: Carl Sutton Date: Wed, 11 Oct 2023 12:08:48 +0200 Subject: [PATCH] update mermaid to 10.5.0 --- layouts/partials/scripts.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/scripts.html b/layouts/partials/scripts.html index 8b40bcff7f..77e2261877 100644 --- a/layouts/partials/scripts.html +++ b/layouts/partials/scripts.html @@ -78,7 +78,7 @@ {{ if $needmermaid -}} {{ $jsArray = $jsArray | append $jsMermaid -}} - + {{ end -}} {{ $js := $jsArray | resources.Concat "js/main.js" -}}