Skip to content

Commit 77de7b3

Browse files
committed
update config
1 parent 77e6ed7 commit 77de7b3

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

config/_default/outputs.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
home = ["HTML", "RSS", "PRINT", "SEARCH", "SEARCHPAGE"]
1+
home = ["HTML", "RSS", "PRINT"]
22
section = ["HTML", "RSS", "PRINT"]
33
page = ["HTML", "RSS", "PRINT"]

config/_default/params.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
editURL = "https://github.com/BetterGUI-MC/Docs/edit/main/content/"
2-
description = "The Documentation for BetterGUI & its addons"
32
author.name = "HSGamer"
43
showVisitedLinks = true
54
disableSearchHiddenPages = true
@@ -9,6 +8,5 @@ collapsibleMenu = true
98
disableInlineCopyToClipBoard = true
109
disableNextPrev = false
1110
disableSwagger = true
12-
disableMathJax = true
1311
disableLandingPageButton = true
1412
themeVariant = [ "auto" ]

layouts/partials/logo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
}
4141
}
4242
</style>
43-
<a id="logo" href="{{ partial "relLangPrettyUglyURL.hugo" (dict "to" .Site.Home) }}">
43+
<a id="logo" href="{{ partial "permalink.gotmpl" (dict "to" .Site.Home) }}">
4444
<img src="https://raw.githubusercontent.com/BetterGUI-MC/.github/main/images/logo.svg" alt="LOGO" />
4545
BetterGUI
4646
</a>

0 commit comments

Comments
 (0)