diff options
| author | yingyu5658 <i@yingyu5658.me> | 2026-01-09 20:09:27 +0800 |
|---|---|---|
| committer | yingyu5658 <i@yingyu5658.me> | 2026-01-09 20:09:27 +0800 |
| commit | df0f931af8c9008bc59a2955dcf4c9facf2834fa (patch) | |
| tree | 707e7422853f9f02fe6f462564bd35556205861f /hugo.toml | |
| parent | 406d3f1967e94e14b3844b5648bf97a236652940 (diff) | |
| download | blog-df0f931af8c9008bc59a2955dcf4c9facf2834fa.tar.gz blog-df0f931af8c9008bc59a2955dcf4c9facf2834fa.zip | |
chore: add link page to index
Diffstat (limited to 'hugo.toml')
| -rw-r--r-- | hugo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -34,6 +34,11 @@ unsafe = true weight = 2 [[menu.main]] + name = "友人" + url = "/links/" + weight = 3 + +[[menu.main]] name = "归档" url = "/archives" weight = 3 |
