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(), ], }