Skip to content

Commit f08eaac

Browse files
committed
chore: drop Quartz GitHub/Discord footer links, add posts link to landing tagline
1 parent 870e427 commit f08eaac

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

content/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ cssclasses:
44
- graph-landing
55
---
66

7-
A public journal and knowledge graph. Click any node, or pick a date.
7+
A public journal and knowledge graph. Click any node, pick a date, or explore [posts](/posts) directly.

quartz.layout.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,7 @@ export const sharedPageComponents: SharedLayout = {
66
head: Component.Head(),
77
header: [],
88
afterBody: [Component.Backlinks()],
9-
footer: Component.Footer({
10-
links: {
11-
GitHub: "https://github.com/jackyzha0/quartz",
12-
"Discord Community": "https://discord.gg/cRFFHYye7t",
13-
},
14-
}),
9+
footer: Component.Footer({ links: {} }),
1510
}
1611

1712
// components for pages that display a single page (e.g. a single note)

0 commit comments

Comments
 (0)