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 cd3380f commit 7368495Copy full SHA for 7368495
quartz.layout.ts
@@ -6,6 +6,7 @@ export const sharedPageComponents: SharedLayout = {
6
head: Component.Head(),
7
header: [],
8
afterBody: [
9
+ Component.MobileOnly(Component.RecentNotes()),
10
Component.Comments({
11
provider: "giscus",
12
options: {
@@ -19,7 +20,6 @@ export const sharedPageComponents: SharedLayout = {
19
20
mapping: "pathname",
21
},
22
}),
- Component.MobileOnly(Component.RecentNotes()),
23
],
24
footer: Component.Footer({
25
links: {
0 commit comments