diff options
| author | Anoduck, The Anonymous Duck <9925396+anoduck@users.noreply.github.com> | 2025-03-30 20:50:04 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-30 20:50:04 +0000 |
| commit | 4f840706434b62b72361ef2664836bd98dcdc249 (patch) | |
| tree | 60ae03083076cd666a637319f08657f3e786ea46 /config | |
| parent | f358dd43e71176630405d118742efbdbd9146278 (diff) | |
| parent | 640338b79641fa3a1957a38f9e449b05444f579c (diff) | |
Merge pull request #93 from anoduck/develop
docs(Added-to-docs)
Diffstat (limited to '')
| -rw-r--r-- | config/_default/hugo.toml | 2 | ||||
| -rw-r--r-- | config/_default/menus/menus.en.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index 7d5d1b1..f11f2d1 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -4,7 +4,7 @@ enableGitInfo = false # additional settings baseURL = "https://corruptlamar.com/" -canonifyURLs = true +canonifyURLs = false enableEmoji = true enableRobotsTXT = true enableInlineShortcodes = true diff --git a/config/_default/menus/menus.en.toml b/config/_default/menus/menus.en.toml index 2a62bfc..09389f9 100644 --- a/config/_default/menus/menus.en.toml +++ b/config/_default/menus/menus.en.toml @@ -8,7 +8,7 @@ weight = 10 [[main]] - name = "Info" + name = "Docs" pageRef = "/docs/" weight = 15 |
