mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-24 23:15:46 -05:00
Update quartz.layout.ts
This commit is contained in:
parent
dbf3cabfce
commit
7e15e28839
@ -52,7 +52,7 @@ export const defaultContentPageLayout: PageLayout = {
|
||||
export const defaultListPageLayout: PageLayout = {
|
||||
beforeBody: [Component.ArticleTitle()],
|
||||
left: [Component.MobileOnly(Component.Spacer()),
|
||||
Component.DesktopOnly(Component.Explorer()],
|
||||
Component.DesktopOnly(Component.Explorer())],
|
||||
right: [Component.MobileOnly(Component.Spacer())],
|
||||
|
||||
// beforeBody: [Component.Breadcrumbs(), Component.ArticleTitle(), Component.ContentMeta()],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user