From e95a614acabfcb5786bd4077721299a274c826e9 Mon Sep 17 00:00:00 2001 From: semanticdata Date: Thu, 14 Dec 2023 15:23:45 -0600 Subject: [PATCH] disable breadcrumbs on flat folder structure --- quartz.layout.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/quartz.layout.ts b/quartz.layout.ts index ef713278c..6f54090bb 100644 --- a/quartz.layout.ts +++ b/quartz.layout.ts @@ -11,6 +11,7 @@ export const sharedPageComponents: SharedLayout = { Blog: "https://miguelpimentel.do/", Meta: "/Meta", GitHub: "https://github.com/semanticdata/", + Source: "https://github.com/semanticdata/forgetful-notes/", // Tags: "/tags", }, }), @@ -19,7 +20,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(), Component.ArticleTitle(), // Component.ContentMeta(), // Component.TagList(),