We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b80fbc commit 6eea9f1Copy full SHA for 6eea9f1
quartz.layout.ts
@@ -19,6 +19,7 @@ export const sharedPageComponents: SharedLayout = {
19
mapping: "pathname",
20
},
21
}),
22
+ Component.MobileOnly(Component.RecentNotes()),
23
],
24
footer: Component.Footer({
25
links: {
@@ -53,6 +54,7 @@ export const defaultContentPageLayout: PageLayout = {
53
54
55
56
Component.Explorer(),
57
+ Component.DesktopOnly(Component.RecentNotes()),
58
59
right: [
60
Component.Graph(),
@@ -77,6 +79,7 @@ export const defaultListPageLayout: PageLayout = {
77
79
78
80
81
82
83
84
right: [],
85
}
0 commit comments