Skip to content

Commit

Permalink
Update quartz.layout.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
NoZTurn authored Jan 15, 2024
1 parent d84a7a0 commit 9b5a089
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions quartz.layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
}),
}
Expand All @@ -32,8 +33,6 @@ export const defaultContentPageLayout: PageLayout = {
Component.Graph(),
Component.DesktopOnly(Component.TableOfContents()),
Component.Backlinks(),
],
footer: [
Component.Giscus(),
],
}
Expand Down

0 comments on commit 9b5a089

Please sign in to comment.