Update quartz.layout.ts

This commit is contained in:
Miguel Pimentel 2024-06-17 14:58:30 -05:00 committed by GitHub
parent dbf3cabfce
commit 7e15e28839
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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()],