From a672272c019454a8357ef54876fdbe19bc0ea4d0 Mon Sep 17 00:00:00 2001 From: Miguel Pimentel Date: Mon, 17 Jun 2024 14:41:20 -0500 Subject: [PATCH] graph and backlinks for desktop, was mobile only --- quartz.layout.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/quartz.layout.ts b/quartz.layout.ts index 6eb11cfac..d1706f3d4 100644 --- a/quartz.layout.ts +++ b/quartz.layout.ts @@ -22,8 +22,10 @@ export const defaultContentPageLayout: PageLayout = { beforeBody: [Component.ArticleTitle()], left: [Component.MobileOnly(Component.Spacer())], right: [ - Component.MobileOnly(Component.Graph()), - Component.MobileOnly(Component.Backlinks()), + // Component.MobileOnly(Component.Graph()), + // Component.MobileOnly(Component.Backlinks()), + Component.Graph(), + Components.Backlinks() ], // beforeBody: [