From 7a57f417ca2a2bf2da05d755947423f623dcce5c Mon Sep 17 00:00:00 2001 From: Miguel Pimentel Date: Mon, 17 Jun 2024 15:05:35 -0500 Subject: [PATCH] Update quartz.layout.ts --- quartz.layout.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/quartz.layout.ts b/quartz.layout.ts index e471a5095..eab070e66 100644 --- a/quartz.layout.ts +++ b/quartz.layout.ts @@ -11,7 +11,7 @@ export const sharedPageComponents: SharedLayout = { Blog: "https://miguelpimentel.do/", Meta: "/Meta", GitHub: "https://github.com/semanticdata/forgetful-notes/", - Journal: "/journal", + // Journal: "/journal", // Source: "https://github.com/semanticdata/forgetful-notes/", }, }), @@ -20,7 +20,8 @@ export const sharedPageComponents: SharedLayout = { // components for pages that display a single page (e.g. a single note) export const defaultContentPageLayout: PageLayout = { beforeBody: [Component.ArticleTitle()], - left: [Component.MobileOnly(Component.Spacer())], + left: [Component.MobileOnly(Component.Spacer()), + Component.DesktopOnly(Component.Explorer())], right: [ // Component.MobileOnly(Component.Graph()), // Component.MobileOnly(Component.Backlinks()),