mirror of
https://gitlab.com/MisterBiggs/brain-quartz.git
synced 2025-07-25 07:41:30 +00:00
make some small site changes
This commit is contained in:
@@ -8,8 +8,7 @@ export const sharedPageComponents: SharedLayout = {
|
||||
afterBody: [],
|
||||
footer: Component.Footer({
|
||||
links: {
|
||||
GitHub: "https://github.com/jackyzha0/quartz",
|
||||
"Discord Community": "https://discord.gg/cRFFHYye7t",
|
||||
"ansonbiggs.com": "https://ansonbiggs.com",
|
||||
},
|
||||
}),
|
||||
}
|
||||
@@ -38,7 +37,8 @@ export const defaultContentPageLayout: PageLayout = {
|
||||
{ Component: Component.ReaderMode() },
|
||||
],
|
||||
}),
|
||||
Component.Explorer(),
|
||||
Component.RecentNotes(),
|
||||
// Component.Explorer(),
|
||||
],
|
||||
right: [
|
||||
Component.Graph(),
|
||||
|
Reference in New Issue
Block a user