Skip to content

Commit 6eea9f1

Browse files
committed
Quartz sync: Oct 21, 2025, 8:08 PM
1 parent 8b80fbc commit 6eea9f1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

quartz.layout.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export const sharedPageComponents: SharedLayout = {
1919
mapping: "pathname",
2020
},
2121
}),
22+
Component.MobileOnly(Component.RecentNotes()),
2223
],
2324
footer: Component.Footer({
2425
links: {
@@ -53,6 +54,7 @@ export const defaultContentPageLayout: PageLayout = {
5354
],
5455
}),
5556
Component.Explorer(),
57+
Component.DesktopOnly(Component.RecentNotes()),
5658
],
5759
right: [
5860
Component.Graph(),
@@ -77,6 +79,7 @@ export const defaultListPageLayout: PageLayout = {
7779
],
7880
}),
7981
Component.Explorer(),
82+
Component.DesktopOnly(Component.RecentNotes()),
8083
],
8184
right: [],
8285
}

0 commit comments

Comments
 (0)