Skip to content

Commit f9e49dd

Browse files
Fixes #4: Recent Patterns and Cover Images
1 parent 5e4364f commit f9e49dd

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

quartz.layout.ts

+7-5
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,12 @@ export const sharedPageComponents: SharedLayout = {
3030
}
3131
})
3232
)],
33-
afterBody: [],
33+
afterBody: [
34+
Component.RecentNotes({
35+
limit: 5,
36+
title: "Recent Patterns"
37+
})
38+
],
3439
footer: Component.Footer({
3540
links: {
3641
GitHub: "https://prathameshdhande22.github.io/Java-Tutorial/",
@@ -61,10 +66,7 @@ export const defaultContentPageLayout: PageLayout = {
6166
right: [
6267
Component.TableOfContents(),
6368
Component.Backlinks(),
64-
Component.DesktopOnly(Component.RecentNotes({
65-
limit: 2,
66-
title: "Recent Blogs"
67-
}))
69+
6870
]
6971
}
7072

0 commit comments

Comments
 (0)