diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 895634c4e1..2c441940e9 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -19,7 +19,6 @@ relativeURLs = true
disableLandingPageButton = true
disableMermaid = false
customMermaidURL = "https://unpkg.com/mermaid@8.8.0/dist/mermaid.min.js"
- mermaidInitialize = "{ \"securityLevel\": \"loose\", \"startOnLoad\": true }"
titleSeparator = "::"
themeVariant = "relearn"
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 65bdf01f46..a4b9c5a3d1 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -64,8 +64,6 @@
-
-
{{ if (or (and (ne .Params.disableMermaid nil) (not .Params.disableMermaid)) (not .Site.Params.disableMermaid)) }}
{{ if isset .Params "custommermaidurl" }}
@@ -83,11 +81,11 @@
{{ end }}
{{ end }}
+
{{ partial "custom-footer.html" . }}