From d88a3942c854b3ad46249fb08fb5d8c536605669 Mon Sep 17 00:00:00 2001 From: infoseek Date: Fri, 4 Oct 2024 00:20:38 +0800 Subject: [PATCH] vault backup from laptop: 2024-10-04 00:20:38 Affected files: 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 058ff9b1..34c7653b 100644 --- a/quartz.layout.ts +++ b/quartz.layout.ts @@ -5,7 +5,9 @@ import * as Component from "./quartz/components" export const sharedPageComponents: SharedLayout = { head: Component.Head(), header: [], - afterBody: [], + afterBody: [ + Component.Giscus(), + ], footer: Component.Footer({ links: { GitHub: "https://github.com/jackyzha0/quartz", @@ -33,7 +35,6 @@ export const defaultContentPageLayout: PageLayout = { Component.Graph(), Component.DesktopOnly(Component.TableOfContents()), Component.Backlinks(), - Component.Giscus(), ], }