Skip to content

Commit 73a1d46

Browse files
committed
Quartz sync: May 21, 2025, 10:49 PM
1 parent 3d7cd40 commit 73a1d46

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

quartz/components/PageList.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,8 @@ export const PageList: QuartzComponent = ({ cfg, fileData, allFiles, limit, sort
7171
list: list.filter((page) => page.slug?.endsWith("/index")),
7272
title: "📁 Folders",
7373
},
74-
// {
75-
// list: list.filter((page) => page.frontmatter?.title?.startsWith("🗺️")),
76-
// title: "MOC",
77-
// },
7874
{
79-
list: list.filter((page) => !page.slug?.endsWith("/index") && !page.frontmatter?.title?.startsWith("🗺️")),
75+
list: list.filter((page) => !page.slug?.endsWith("/index")),
8076
title: "📎 All Notes",
8177
},
8278
]

0 commit comments

Comments
 (0)