diff --git a/quartz.layout.ts b/quartz.layout.ts index 4a78256..8e6eaf8 100644 --- a/quartz.layout.ts +++ b/quartz.layout.ts @@ -8,8 +8,8 @@ export const sharedPageComponents: SharedLayout = { afterBody: [], footer: Component.Footer({ links: { - GitHub: "https://github.com/jackyzha0/quartz", - "Discord Community": "https://discord.gg/cRFFHYye7t", + // GitHub: "https://github.com/jackyzha0/quartz", + // "Discord Community": "https://discord.gg/cRFFHYye7t", }, }), } @@ -17,7 +17,7 @@ export const sharedPageComponents: SharedLayout = { // components for pages that display a single page (e.g. a single note) export const defaultContentPageLayout: PageLayout = { beforeBody: [ - Component.Breadcrumbs(), + Component.Breadcrumbs( rootName: "📑 FICHES.ME" ), Component.ArticleTitle(), Component.ContentMeta(), Component.TagList(), @@ -38,7 +38,7 @@ export const defaultContentPageLayout: PageLayout = { // components for pages that display lists of pages (e.g. tags or folders) export const defaultListPageLayout: PageLayout = { - beforeBody: [Component.Breadcrumbs(), Component.ArticleTitle(), Component.ContentMeta()], + beforeBody: [Component.Breadcrumbs( rootName: "📑 FICHES.ME" ), Component.ArticleTitle(), Component.ContentMeta()], left: [ Component.PageTitle(), Component.MobileOnly(Component.Spacer()),