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