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