summaryrefslogtreecommitdiffstats
path: root/hugo.toml
diff options
context:
space:
mode:
authoryingyu5658 <i@yingyu5658.me>2026-01-02 13:14:52 +0800
committeryingyu5658 <i@yingyu5658.me>2026-01-02 13:14:52 +0800
commit2480b8cb9709f5abd36052d14594159576791b4b (patch)
treeb06ce18f3da991ede1f3ab6e66bd4c5787add13c /hugo.toml
parent70e76610d38e3f8315246e4db71357a3d4fa387d (diff)
downloadblog-2480b8cb9709f5abd36052d14594159576791b4b.tar.gz
blog-2480b8cb9709f5abd36052d14594159576791b4b.zip
fix: correct category link to show all categories instead of essays only
Diffstat (limited to 'hugo.toml')
-rw-r--r--hugo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/hugo.toml b/hugo.toml
index 622897a..bb3528d 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -30,7 +30,7 @@ unsafe = true
[[menu.main]]
name = "分类"
- url = "/categories/随笔/"
+ url = "/categories/"
weight = 2
[[menu.main]]