diff --git a/quartz.layout.ts b/quartz.layout.ts index 7100b07..e5c3388 100644 --- a/quartz.layout.ts +++ b/quartz.layout.ts @@ -8,7 +8,8 @@ export const sharedPageComponents: SharedLayout = { afterBody: [], footer: Component.Footer({ links: { - Source: "https://git.duskflower.dev/duskflower/school-knowledge-base-quartz", + GitHub: "https://github.com/jackyzha0/quartz", + "Discord Community": "https://discord.gg/cRFFHYye7t", }, }), } @@ -22,7 +23,7 @@ export const defaultContentPageLayout: PageLayout = { }), Component.ArticleTitle(), Component.ContentMeta(), - // Component.TagList(), + Component.TagList(), ], left: [ Component.PageTitle(), @@ -39,12 +40,9 @@ export const defaultContentPageLayout: PageLayout = { Component.Explorer(), ], right: [ - Component.TagList(), Component.Graph(), Component.DesktopOnly(Component.TableOfContents()), Component.Backlinks(), - // Component.Spacer(), - // Component.RecentNotes(), ], } diff --git a/quartz/styles/custom.scss b/quartz/styles/custom.scss index e66f758..edfcbf4 100644 --- a/quartz/styles/custom.scss +++ b/quartz/styles/custom.scss @@ -17,8 +17,8 @@ } */ /* } */ -// create a gap so that long links become distinguishable for the folders with long headings -.folder-container[data-folderpath="Politik/index"] + .folder-outer .content { +// create a gap so that long links become distinguishable +.folder-outer .content li { display: flex; flex-direction: column; row-gap: 0.5rem;