diff --git a/config/_default/outputs.toml b/config/_default/outputs.toml
index c9315f8..ab6300b 100644
--- a/config/_default/outputs.toml
+++ b/config/_default/outputs.toml
@@ -1,3 +1,3 @@
-home = ["HTML", "RSS", "PRINT", "SEARCH", "SEARCHPAGE"]
+home = ["HTML", "RSS", "PRINT"]
section = ["HTML", "RSS", "PRINT"]
page = ["HTML", "RSS", "PRINT"]
diff --git a/config/_default/params.toml b/config/_default/params.toml
index 82e8b52..1dec249 100644
--- a/config/_default/params.toml
+++ b/config/_default/params.toml
@@ -1,5 +1,4 @@
editURL = "https://github.com/Topper-MC/Wiki/edit/main/content/"
-description = "The Documentation for the Topper project"
author.name = "HSGamer"
showVisitedLinks = true
disableSearchHiddenPages = true
@@ -9,6 +8,5 @@ collapsibleMenu = true
disableInlineCopyToClipBoard = true
disableNextPrev = false
disableSwagger = true
-disableMathJax = true
disableLandingPageButton = true
themeVariant = [ "auto" ]
diff --git a/layouts/partials/logo.html b/layouts/partials/logo.html
index 8c52ec6..d646d24 100644
--- a/layouts/partials/logo.html
+++ b/layouts/partials/logo.html
@@ -40,7 +40,7 @@
}
}
-
+
Topper