We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1046c3 commit 7cc7b3aCopy full SHA for 7cc7b3a
layouts/_default/baseof.html
@@ -191,7 +191,7 @@ <h1 data-pagefind-meta="title">About{{ if (isset .Params "subtitle") }} - {{ .Pa
191
{{ end }}
192
193
</body>
194
-{{- if .Store.Get "hasMermaid" }}
+{{ if .Store.Get "hasMermaid" -}}
195
<script type="module">
196
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.esm.min.mjs';
197
mermaid.initialize({ startOnLoad: true });
0 commit comments