From 7e15e2883976783c38416f211acf0094090d52c9 Mon Sep 17 00:00:00 2001 From: Miguel Pimentel Date: Mon, 17 Jun 2024 14:58:30 -0500 Subject: [PATCH] Update quartz.layout.ts --- quartz.layout.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quartz.layout.ts b/quartz.layout.ts index 9f2f9e2bc..e471a5095 100644 --- a/quartz.layout.ts +++ b/quartz.layout.ts @@ -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()],