From d9a331e5bc99c1247fe8b2c8d124f15301b65dbb Mon Sep 17 00:00:00 2001 From: enneaa Date: Sat, 15 Mar 2025 07:41:13 +0800 Subject: [PATCH] Update quartz.layout.ts --- quartz.layout.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quartz.layout.ts b/quartz.layout.ts index 8e8ce7881..7ae0049df 100644 --- a/quartz.layout.ts +++ b/quartz.layout.ts @@ -36,7 +36,7 @@ export const defaultContentPageLayout: PageLayout = {    Component.RecentNotes({ title: "最近更新", showTags: false, - limit: 4, + limit: 10, filter: (f) => { if (f.filePath?.endsWith("index.md")) { return false @@ -76,7 +76,7 @@ export const defaultListPageLayout: PageLayout = {     Component.RecentNotes({ title: "最近更新", showTags: false, - limit: 4, + limit: 10, filter: (f) => { if (f.filePath?.endsWith("index.md")) { return false