Skip to content

Commit 7368495

Browse files
committed
Quartz sync: Oct 21, 2025, 8:30 PM
1 parent cd3380f commit 7368495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quartz.layout.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export const sharedPageComponents: SharedLayout = {
66
head: Component.Head(),
77
header: [],
88
afterBody: [
9+
Component.MobileOnly(Component.RecentNotes()),
910
Component.Comments({
1011
provider: "giscus",
1112
options: {
@@ -19,7 +20,6 @@ export const sharedPageComponents: SharedLayout = {
1920
mapping: "pathname",
2021
},
2122
}),
22-
Component.MobileOnly(Component.RecentNotes()),
2323
],
2424
footer: Component.Footer({
2525
links: {

0 commit comments

Comments
 (0)