summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryingyu5658 <i@yingyu5658.me>2026-01-09 20:09:27 +0800
committeryingyu5658 <i@yingyu5658.me>2026-01-09 20:09:27 +0800
commitdf0f931af8c9008bc59a2955dcf4c9facf2834fa (patch)
tree707e7422853f9f02fe6f462564bd35556205861f
parent406d3f1967e94e14b3844b5648bf97a236652940 (diff)
downloadblog-df0f931af8c9008bc59a2955dcf4c9facf2834fa.tar.gz
blog-df0f931af8c9008bc59a2955dcf4c9facf2834fa.zip
chore: add link page to index
-rw-r--r--content/posts/weekly/4.md2
-rw-r--r--hugo.toml5
2 files changed, 6 insertions, 1 deletions
diff --git a/content/posts/weekly/4.md b/content/posts/weekly/4.md
index 8fe3ca7..aad3ad4 100644
--- a/content/posts/weekly/4.md
+++ b/content/posts/weekly/4.md
@@ -1,5 +1,5 @@
---
-date: '2026-01-02T17:15:32+08:00'
+date: '2026-01-04T17:15:32+08:00'
title: '回声周刊 Vol.4:没有什么花朵是为了凋零而绽放的吧?'
categories:
- 回声周刊
diff --git a/hugo.toml b/hugo.toml
index ce9ebfa..5df48cb 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -34,6 +34,11 @@ unsafe = true
weight = 2
[[menu.main]]
+ name = "友人"
+ url = "/links/"
+ weight = 3
+
+[[menu.main]]
name = "归档"
url = "/archives"
weight = 3