Skip to content

Commit

Permalink
Quartz sync: Nov 8, 2024, 9:30 AM
Browse files Browse the repository at this point in the history
  • Loading branch information
nitaking committed Nov 8, 2024
1 parent 9b7c195 commit f209acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quartz.layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}),
),
Expand Down

0 comments on commit f209acf

Please sign in to comment.