diff options
| author | yingyu5658 <i@yingyu5658.me> | 2026-01-02 13:14:52 +0800 |
|---|---|---|
| committer | yingyu5658 <i@yingyu5658.me> | 2026-01-02 13:14:52 +0800 |
| commit | 2480b8cb9709f5abd36052d14594159576791b4b (patch) | |
| tree | b06ce18f3da991ede1f3ab6e66bd4c5787add13c | |
| parent | 70e76610d38e3f8315246e4db71357a3d4fa387d (diff) | |
| download | blog-2480b8cb9709f5abd36052d14594159576791b4b.tar.gz blog-2480b8cb9709f5abd36052d14594159576791b4b.zip | |
fix: correct category link to show all categories instead of essays only
| -rw-r--r-- | hugo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ unsafe = true [[menu.main]] name = "分类" - url = "/categories/随笔/" + url = "/categories/" weight = 2 [[menu.main]] |
