From 25eb8ecf3d4410a7368f6280040e700dbf7cd926 Mon Sep 17 00:00:00 2001 From: Struchkov Mark Date: Thu, 5 Sep 2024 23:22:22 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D1=8F=D0=BD=D0=B4=D0=B5=D0=BA=D1=81=20=D0=BC=D0=B5=D1=82=D1=80?= =?UTF-8?q?=D0=B8=D0=BA=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .quartz/quartz.layout.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.quartz/quartz.layout.ts b/.quartz/quartz.layout.ts index c656eaad..c79b27fa 100644 --- a/.quartz/quartz.layout.ts +++ b/.quartz/quartz.layout.ts @@ -15,14 +15,15 @@ export const sharedPageComponents: SharedLayout = { } }), ], - footer: Component.Footer({ + footer: [Component.Footer({ links: { "About Me": "https://mark.struchkov.dev/cv/", "B.log": "https://struchkov.dev", "CV": "https://mark.struchkov.dev/cv/?utm_source=gardenru&utm_medium=organic&utm_campaign=static", }, }), - Component.YandexMetrika(), + Component.YandexMetrika(), + ] } const githubSourceConfig = { repoLink: "https://github.com/upagge/digital-garden", @@ -39,7 +40,7 @@ export const defaultContentPageLayout: PageLayout = { Component.PageTitle(), Component.MobileOnly(Component.Spacer()), Component.Search(), - Component.DesktopOnly(Component.RecentNotes({ showTags: false, limit: 4 })), + Component.DesktopOnly(Component.RecentNotes({showTags: false, limit: 4})), Component.Ads(), Component.Darkmode(), ],