From 9b5a08933691dc44450bf25fb2197c4ae52d75c7 Mon Sep 17 00:00:00 2001 From: NoZTurn Date: Tue, 16 Jan 2024 00:19:06 +0800 Subject: [PATCH] Update quartz.layout.ts --- quartz.layout.ts | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/quartz.layout.ts b/quartz.layout.ts index 43d9b35d..62b2bf48 100644 --- a/quartz.layout.ts +++ b/quartz.layout.ts @@ -7,8 +7,9 @@ export const sharedPageComponents: SharedLayout = { header: [], footer: Component.Footer({ links: { - GitHub: "https://github.com/jackyzha0/quartz", - "Discord Community": "https://discord.gg/cRFFHYye7t", + Blog: "https://www.jiangkai.org", + GitHub: "https://github.com/NoZTurn/quartz", + Thanks: "https://github.com/jackyzha0/quartz", }, }), } @@ -32,8 +33,6 @@ export const defaultContentPageLayout: PageLayout = { Component.Graph(), Component.DesktopOnly(Component.TableOfContents()), Component.Backlinks(), - ], - footer: [ Component.Giscus(), ], }