Skip to content

Commit b8a23eb

Browse files
change footer
1 parent e06a0c7 commit b8a23eb

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/quartz.layout.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ export const sharedPageComponents: SharedLayout = {
88
afterBody: [],
99
footer: Component.Footer({
1010
links: {
11-
GitHub: "https://github.com/jackyzha0/quartz",
12-
"Discord Community": "https://discord.gg/cRFFHYye7t",
11+
QuartzGitHub: "https://github.com/jackyzha0/quartz",
12+
CourseGithub: "https://github.com/Basic-Programming-1404/basic-programming-course"
1313
},
1414
}),
1515
}
@@ -47,7 +47,6 @@ export const defaultContentPageLayout: PageLayout = {
4747
],
4848
}
4949

50-
// components for pages that display lists of pages (e.g. tags or folders)
5150
export const defaultListPageLayout: PageLayout = {
5251
beforeBody: [Component.Breadcrumbs(), Component.ArticleTitle(), Component.ContentMeta()],
5352
left: [

0 commit comments

Comments
 (0)