diff --git a/hugo/config.toml b/hugo/config.toml
index 4d4e64a6..b49c87f1 100644
--- a/hugo/config.toml
+++ b/hugo/config.toml
@@ -65,7 +65,7 @@ enableRobotsTXT = true
# (Optional, default false) Set HTMl to .Site.BaseURL if enabled. It might be required
# if a subdirectory is used within Hugos BaseURL.
# See https://developer.mozilla.org/de/docs/Web/HTML/Element/base.
- geekdocOverwriteHTMLBase = true
+ #geekdocOverwriteHTMLBase = false
# (Optional, default false) Auto-decrease brightness of images and add a slightly grayscale to avoid
# bright spots while using the dark mode.
diff --git a/hugo/themes/hugo-geekdoc/layouts/partials/head/others.html b/hugo/themes/hugo-geekdoc/layouts/partials/head/others.html
index 43b21d41..f5e18fb2 100644
--- a/hugo/themes/hugo-geekdoc/layouts/partials/head/others.html
+++ b/hugo/themes/hugo-geekdoc/layouts/partials/head/others.html
@@ -12,8 +12,8 @@
-
-
+
+
{{ if (default false $.Site.Params.GeekdocOverwriteHTMLBase) }}