From 2480b8cb9709f5abd36052d14594159576791b4b Mon Sep 17 00:00:00 2001 From: yingyu5658 Date: Fri, 2 Jan 2026 13:14:52 +0800 Subject: fix: correct category link to show all categories instead of essays only --- hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]] -- cgit v1.2.3