This commit is contained in:
parent
b1402afa7d
commit
b950955f08
@ -38,7 +38,8 @@ export const defaultContentPageLayout: PageLayout = {
|
|||||||
Component.PageTitle(),
|
Component.PageTitle(),
|
||||||
Component.MobileOnly(Component.Spacer()),
|
Component.MobileOnly(Component.Spacer()),
|
||||||
Component.Search(),
|
Component.Search(),
|
||||||
Component.DesktopOnly(Component.RecentNotes({ showTags: false, limit: 6 })),
|
Component.DesktopOnly(Component.RecentNotes({ showTags: false, limit: 4 })),
|
||||||
|
Component.Ads(),
|
||||||
Component.Darkmode(),
|
Component.Darkmode(),
|
||||||
],
|
],
|
||||||
right: [
|
right: [
|
||||||
|
Loading…
Reference in New Issue
Block a user