change footer

This commit is contained in:
2025-10-23 19:12:43 +03:30
parent e06a0c7fed
commit b8a23eb341
+2 -3
View File
@@ -8,8 +8,8 @@ export const sharedPageComponents: SharedLayout = {
afterBody: [], afterBody: [],
footer: Component.Footer({ footer: Component.Footer({
links: { links: {
GitHub: "https://github.com/jackyzha0/quartz", QuartzGitHub: "https://github.com/jackyzha0/quartz",
"Discord Community": "https://discord.gg/cRFFHYye7t", CourseGithub: "https://github.com/Basic-Programming-1404/basic-programming-course"
}, },
}), }),
} }
@@ -47,7 +47,6 @@ export const defaultContentPageLayout: PageLayout = {
], ],
} }
// components for pages that display lists of pages (e.g. tags or folders)
export const defaultListPageLayout: PageLayout = { export const defaultListPageLayout: PageLayout = {
beforeBody: [Component.Breadcrumbs(), Component.ArticleTitle(), Component.ContentMeta()], beforeBody: [Component.Breadcrumbs(), Component.ArticleTitle(), Component.ContentMeta()],
left: [ left: [