Update quartz.layout.ts

This commit is contained in:
enneaa 2025-03-15 21:22:24 +08:00 committed by GitHub
parent 2bda7f768d
commit 61d32680d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,7 +37,7 @@ export const defaultContentPageLayout: PageLayout = {   
title: "最近更新",
showTags: false,
limit: 10,
linkToMore: "recent",
linkToMore: "pages",
})),
// Component.Explorer(),     
],
@ -51,7 +51,7 @@ export const defaultContentPageLayout: PageLayout = {   
title: "最近更新",
showTags: false,
limit: 10,
linkToMore: "recent",
linkToMore: "pages",
})),
],
}
@ -75,7 +75,7 @@ export const defaultListPageLayout: PageLayout = {    
title: "最近更新",
showTags: false,
limit: 10,
linkToMore: "recent",
linkToMore: "pages",
})),
// Component.Explorer(),    
],
@ -88,7 +88,7 @@ export const defaultListPageLayout: PageLayout = {    
title: "最近更新",
showTags: false,
limit: 10,
linkToMore: "recent",
linkToMore: "pages",
})),
],
}