From f209acfa593793e332e32bf72e28609255e67675 Mon Sep 17 00:00:00 2001 From: nitaking <10850034+nitaking@users.noreply.github.com> Date: Fri, 8 Nov 2024 09:30:25 +0900 Subject: [PATCH] Quartz sync: Nov 8, 2024, 9:30 AM --- quartz.layout.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quartz.layout.ts b/quartz.layout.ts index 892f649..bb44577 100644 --- a/quartz.layout.ts +++ b/quartz.layout.ts @@ -49,7 +49,7 @@ export const defaultContentPageLayout: PageLayout = { Component.RecentNotes({ title: "Recent Notes", limit: 2, - filter: (f) => f.slug!.startsWith("thoughts/"), + // filter: (f) => f.slug!.startsWith("thoughts/"), linkToMore: "thoughts/" as SimpleSlug, }), ),