From ea3c1fbead3de9baadd2ba976b66d537042f2687 Mon Sep 17 00:00:00 2001 From: Struchkov Mark Date: Wed, 4 Sep 2024 20:09:47 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=BD=D0=B5=D0=B4=D0=B0=D0=B2=D0=BD=D0=B8=D0=B5=20=D1=81=D1=82?= =?UTF-8?q?=D0=B0=D1=82=D1=8C=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .quartz/quartz.layout.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.quartz/quartz.layout.ts b/.quartz/quartz.layout.ts index 25484512..c0f73456 100644 --- a/.quartz/quartz.layout.ts +++ b/.quartz/quartz.layout.ts @@ -34,7 +34,7 @@ export const defaultContentPageLayout: PageLayout = { Component.PageTitle(), Component.MobileOnly(Component.Spacer()), Component.Search(), - Component.DesktopOnly(Component.TableOfContents()), + Component.RecentNotes(), Component.Darkmode(), ], right: [ @@ -66,6 +66,7 @@ export const defaultContentPageLayout: PageLayout = { showTags: false, // whether to show tags in the graph }, }), + Component.DesktopOnly(Component.TableOfContents()), Component.Backlinks(), ], }