diff --git a/quartz.layout.ts b/quartz.layout.ts index d1dd78f9c..e4a7de4a5 100644 --- a/quartz.layout.ts +++ b/quartz.layout.ts @@ -18,10 +18,10 @@ export const sharedPageComponents: SharedLayout = {   // components for pages that display a single page (e.g. a single note)     export const defaultContentPageLayout: PageLayout = {    beforeBody: [ - Component.ConditionalRender({ - component: Component.Breadcrumbs(), - condition: (page) => page.fileData.slug !== "index", - }), + // Component.ConditionalRender({ + // component: Component.Breadcrumbs(), + // condition: (page) => page.fileData.slug !== "index", + // }), Component.ArticleTitle(), Component.ContentMeta(), ],