From a903a399c3baaf031576afb1b4211b120b29a3c5 Mon Sep 17 00:00:00 2001 From: enneaa Date: Tue, 18 Mar 2025 20:15:39 +0800 Subject: [PATCH] Update quartz.layout.ts --- quartz.layout.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/quartz.layout.ts b/quartz.layout.ts index f1541a301..9988c3cad 100644 --- a/quartz.layout.ts +++ b/quartz.layout.ts @@ -15,7 +15,7 @@ export const sharedPageComponents: SharedLayout = {   }), } -// components for pages that display a single page (e.g. a single note)   +// components for pages that display a single page (e.g. a single note)    export const defaultContentPageLayout: PageLayout = {    beforeBody: [ // Component.Breadcrumbs(),  @@ -28,7 +28,7 @@ export const defaultContentPageLayout: PageLayout = {    Component.Flex({  components: [  { - Component: Component.Search(),  + Component: Component.Search(),   grow: true,  }, { Component: Component.Darkmode() },  @@ -60,7 +60,7 @@ export const defaultContentPageLayout: PageLayout = {    category: 'Announcements', // from data-category-id categoryId: 'DIC_kwDOOHb7a84Cn6os',  - themeUrl: "https://www.catmuse.me/static/giscus",    + themeUrl: "https://enneaa.netlify.app/static/giscus",      lightTheme: "light", darkTheme: "dark",   mapping: "title",