disable breadcrumbs on flat folder structure

This commit is contained in:
semanticdata 2023-12-14 15:23:45 -06:00
parent 9a9eec4750
commit e95a614aca

View File

@ -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(),