Update quartz.layout.ts

关闭标签显示
This commit is contained in:
wangzipai 2024-10-30 10:26:43 +08:00 committed by GitHub
parent 69909c33f0
commit a3cec9cc97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,7 +57,7 @@ export const defaultContentPageLayout: PageLayout = {
Component.DesktopOnly( Component.DesktopOnly(
Component.RecentNotes({ Component.RecentNotes({
title: "最近更新", title: "最近更新",
showTags: true, showTags: false,
limit: 4, limit: 4,
filter: (f) => { filter: (f) => {
if (f.filePath?.endsWith("index.md")) { if (f.filePath?.endsWith("index.md")) {