diff --git a/quartz.layout.ts b/quartz.layout.ts index 7ae0049df..b660629bd 100644 --- a/quartz.layout.ts +++ b/quartz.layout.ts @@ -37,6 +37,7 @@ export const defaultContentPageLayout: PageLayout = {    title: "最近更新", showTags: false, limit: 10, + linkToMore: "recent" filter: (f) => { if (f.filePath?.endsWith("index.md")) { return false @@ -77,6 +78,7 @@ export const defaultListPageLayout: PageLayout = {     title: "最近更新", showTags: false, limit: 10, + linkToMore: "recent" filter: (f) => { if (f.filePath?.endsWith("index.md")) { return false