From a3cec9cc97b5b86fe36b5d6b8b2ff7055308e597 Mon Sep 17 00:00:00 2001 From: wangzipai <38389763+wangzipai@users.noreply.github.com> Date: Wed, 30 Oct 2024 10:26:43 +0800 Subject: [PATCH] Update quartz.layout.ts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关闭标签显示 --- quartz.layout.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quartz.layout.ts b/quartz.layout.ts index bfa218761..1876f0e66 100644 --- a/quartz.layout.ts +++ b/quartz.layout.ts @@ -57,7 +57,7 @@ export const defaultContentPageLayout: PageLayout = { Component.DesktopOnly( Component.RecentNotes({ title: "最近更新", - showTags: true, + showTags: false, limit: 4, filter: (f) => { if (f.filePath?.endsWith("index.md")) {