summary refs log tree commit diff
path: root/404.md
diff options
context:
space:
mode:
authormayx2025-06-07 07:09:48 +0000
committermayx2025-06-07 07:09:48 +0000
commitd60d41a008ca2e287faa9329fde301eabbe7dfe9 (patch)
tree4157f80c0800ceb1d388d3d068a76a9c8bf151aa /404.md
parent5cc76892b3df7e8e0cbd33ae10d2f20175d5705f (diff)
Update 3 files
- /404.md
- /_data/ai-cache.json
- /_posts/2025-06-02-optimize.md
Diffstat (limited to '404.md')
-rw-r--r--404.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/404.md b/404.md
index e861b44..f8cd00e 100644
--- a/404.md
+++ b/404.md
@@ -4,3 +4,10 @@ title: 404 - 找不到页面
 ---
 # 找不到页面
   你访问的资源 <code><script>document.write(window.location.pathname)</script></code> 不存在或者可能已经被永久移除。
+
+  或者看看近期的其他文章?
+
+  {% for post in site.posts limit:10 %}
+  - {{ post.date | date: "%Y/%m/%d" }} - [{{ post.title }}{% if post.layout == "encrypt" %} [加密] {% endif %}]({{ post.url }})    
+
+  {% endfor %}
\ No newline at end of file