From 5a609d33fc45c144e0c82a8a6fed022d90649272 Mon Sep 17 00:00:00 2001 From: CharlesPhilippeLabbe Date: Fri, 6 Jun 2025 16:11:30 -0400 Subject: [PATCH] Fixed issue when no shortcode mermaid is present --- layouts/_default/baseof.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 87fc09e..f8f845f 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -82,8 +82,8 @@ {{ partial "docs/toc" . }} {{ end }} {{ if .Store.Get "hasMermaid" }} + {{ end }}