From 201c76b6ef4ae2164b8f22a5622fff4e71ab5307 Mon Sep 17 00:00:00 2001 From: Aaron Pham Date: Mon, 5 Aug 2024 15:15:30 -0400 Subject: [PATCH] revert: remove comments section from main quartz pages Signed-off-by: Aaron Pham --- quartz.layout.ts | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/quartz.layout.ts b/quartz.layout.ts index e9ec591d7..4a78256aa 100644 --- a/quartz.layout.ts +++ b/quartz.layout.ts @@ -5,21 +5,7 @@ import * as Component from "./quartz/components" export const sharedPageComponents: SharedLayout = { head: Component.Head(), header: [], - afterBody: [ - Component.Comments({ - provider: "giscus", - options: { - // from data-repo - repo: "jackyzha0/quartz", - // from data-repo-id - repoId: "MDEwOlJlcG9zaXRvcnkzODcyMTMyMDg", - // from data-category - category: "Announcements", - // from data-category-id - categoryId: "DIC_kwDOFxRnmM4B-Xg6", - }, - }), - ], + afterBody: [], footer: Component.Footer({ links: { GitHub: "https://github.com/jackyzha0/quartz",