mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-26 14:24:05 -06:00
Update quartz.layout.ts
This commit is contained in:
parent
2bda7f768d
commit
61d32680d4
@ -37,7 +37,7 @@ export const defaultContentPageLayout: PageLayout = {
|
|||||||
title: "最近更新",
|
title: "最近更新",
|
||||||
showTags: false,
|
showTags: false,
|
||||||
limit: 10,
|
limit: 10,
|
||||||
linkToMore: "recent",
|
linkToMore: "pages",
|
||||||
})),
|
})),
|
||||||
// Component.Explorer(),
|
// Component.Explorer(),
|
||||||
],
|
],
|
||||||
@ -51,7 +51,7 @@ export const defaultContentPageLayout: PageLayout = {
|
|||||||
title: "最近更新",
|
title: "最近更新",
|
||||||
showTags: false,
|
showTags: false,
|
||||||
limit: 10,
|
limit: 10,
|
||||||
linkToMore: "recent",
|
linkToMore: "pages",
|
||||||
})),
|
})),
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
@ -75,7 +75,7 @@ export const defaultListPageLayout: PageLayout = {
|
|||||||
title: "最近更新",
|
title: "最近更新",
|
||||||
showTags: false,
|
showTags: false,
|
||||||
limit: 10,
|
limit: 10,
|
||||||
linkToMore: "recent",
|
linkToMore: "pages",
|
||||||
})),
|
})),
|
||||||
// Component.Explorer(),
|
// Component.Explorer(),
|
||||||
],
|
],
|
||||||
@ -88,7 +88,7 @@ export const defaultListPageLayout: PageLayout = {
|
|||||||
title: "最近更新",
|
title: "最近更新",
|
||||||
showTags: false,
|
showTags: false,
|
||||||
limit: 10,
|
limit: 10,
|
||||||
linkToMore: "recent",
|
linkToMore: "pages",
|
||||||
})),
|
})),
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user