mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-24 23:15:46 -05:00
disable breadcrumbs on flat folder structure
This commit is contained in:
parent
9a9eec4750
commit
e95a614aca
@ -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(),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user