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 5e4364f commit f9e49ddCopy full SHA for f9e49dd
quartz.layout.ts
@@ -30,7 +30,12 @@ export const sharedPageComponents: SharedLayout = {
30
}
31
})
32
)],
33
- afterBody: [],
+ afterBody: [
34
+ Component.RecentNotes({
35
+ limit: 5,
36
+ title: "Recent Patterns"
37
+ })
38
+ ],
39
footer: Component.Footer({
40
links: {
41
GitHub: "https://prathameshdhande22.github.io/Java-Tutorial/",
@@ -61,10 +66,7 @@ export const defaultContentPageLayout: PageLayout = {
61
66
right: [
62
67
Component.TableOfContents(),
63
68
Component.Backlinks(),
64
- Component.DesktopOnly(Component.RecentNotes({
65
- limit: 2,
- title: "Recent Blogs"
- }))
69
+
70
]
71
72
0 commit comments