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 7cc7b3a commit 30f377dCopy full SHA for 30f377d
layouts/_default/baseof.html
@@ -197,7 +197,7 @@ <h1 data-pagefind-meta="title">About{{ if (isset .Params "subtitle") }} - {{ .Pa
197
mermaid.initialize({ startOnLoad: true });
198
</script>
199
{{ end -}}
200
-{{- if .Page.Store.Get "hasGraphviz" }}
+{{- if .Page.Store.Get "hasGraphviz" -}}
201
<script src="{{ relURL "js/viz-global.js" }}"> </script>
202
<script type="text/javascript">
203
(() => {
@@ -211,6 +211,6 @@ <h1 data-pagefind-meta="title">About{{ if (isset .Params "subtitle") }} - {{ .Pa
211
});
212
})();
213
214
-{{ end }}
+{{ end -}}
215
</html>
216
{{ end }}
0 commit comments