mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 13:24:05 -06:00
Update quartz.layout.ts
This commit is contained in:
parent
6bcaaeee6b
commit
b65303a606
@ -33,7 +33,7 @@ export const defaultContentPageLayout: PageLayout = {
|
||||
{ Component: Component.Darkmode() },
|
||||
],
|
||||
}),
|
||||
Component.DesktopOnly(Component.RecentNotes({ limit: 15, showTags: false })),
|
||||
Component.DesktopOnly(Component.RecentNotes({ limit: 15, showTags: false, linkToMore: "recent" })),
|
||||
// Component.Explorer(),
|
||||
],
|
||||
right: [
|
||||
@ -52,7 +52,7 @@ export const defaultListPageLayout: PageLayout = {
|
||||
// Component.MobileOnly(Component.Spacer()),
|
||||
Component.Search(),
|
||||
Component.Darkmode(),
|
||||
Component.DesktopOnly(Component.RecentNotes({ limit: 3, showTags: false })),
|
||||
Component.DesktopOnly(Component.RecentNotes({ limit: 3, showTags: false,linkToMore: "recent" })),
|
||||
// Component.Explorer(),
|
||||
],
|
||||
right: [],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user