mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 21:34:06 -06:00
Update quartz.layout.ts
This commit is contained in:
parent
5fb66f09f2
commit
d9a331e5bc
@ -36,7 +36,7 @@ export const defaultContentPageLayout: PageLayout = {
|
|||||||
Component.RecentNotes({
|
Component.RecentNotes({
|
||||||
title: "最近更新",
|
title: "最近更新",
|
||||||
showTags: false,
|
showTags: false,
|
||||||
limit: 4,
|
limit: 10,
|
||||||
filter: (f) => {
|
filter: (f) => {
|
||||||
if (f.filePath?.endsWith("index.md")) {
|
if (f.filePath?.endsWith("index.md")) {
|
||||||
return false
|
return false
|
||||||
@ -76,7 +76,7 @@ export const defaultListPageLayout: PageLayout = {
|
|||||||
Component.RecentNotes({
|
Component.RecentNotes({
|
||||||
title: "最近更新",
|
title: "最近更新",
|
||||||
showTags: false,
|
showTags: false,
|
||||||
limit: 4,
|
limit: 10,
|
||||||
filter: (f) => {
|
filter: (f) => {
|
||||||
if (f.filePath?.endsWith("index.md")) {
|
if (f.filePath?.endsWith("index.md")) {
|
||||||
return false
|
return false
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user