diff --git a/content/_index.md b/content/_index.md
index e634ccb71..2efb0e6f1 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -5,7 +5,7 @@ share: "true"
path: content
en-filename: index
title: 首页
-updated: 2024-12-04 18:02
+updated: 2024-12-04 18:03
---
---
@@ -13,7 +13,7 @@ updated: 2024-12-04 18:02
🆕 最近创建:
- {% assign recent_notes = site.notes | sort: "date created" | reverse %}
+ {% assign recent_notes = site.notes | sort: "date" | reverse %}
{% for note in recent_notes | limit: 6 %}
-
{{ note['date created']}} — {{ note.title }}
@@ -24,7 +24,7 @@ updated: 2024-12-04 18:02
⏰ 最近更新:
- {% assign recent_notes = site.notes | sort: "date modified" | reverse %}
+ {% assign recent_notes = site.notes | sort: "updated" | reverse %}
{% for note in recent_notes | limit: 6 %}
-
{{ note['date modified']}} — {{ note.title }}