mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 13:24:05 -06:00
Update quartz.layout.ts
This commit is contained in:
parent
c2b595915f
commit
846f12703e
@ -37,7 +37,7 @@ export const defaultContentPageLayout: PageLayout = {
|
||||
title: "最近更新",
|
||||
showTags: false,
|
||||
limit: 10,
|
||||
linkToMore: "recent"
|
||||
linkToMore: "recent",
|
||||
filter: (f) => {
|
||||
if (f.filePath?.endsWith("index.md")) {
|
||||
return false
|
||||
@ -78,7 +78,7 @@ export const defaultListPageLayout: PageLayout = {
|
||||
title: "最近更新",
|
||||
showTags: false,
|
||||
limit: 10,
|
||||
linkToMore: "recent"
|
||||
linkToMore: "recent",
|
||||
filter: (f) => {
|
||||
if (f.filePath?.endsWith("index.md")) {
|
||||
return false
|
||||
|
||||
Loading…
Reference in New Issue
Block a user