mirror of
https://gitlab.com/MisterBiggs/brain-quartz.git
synced 2025-06-15 09:16:39 +00:00
Remove breadcrumbs
This commit is contained in:
parent
7b78f10a45
commit
168bf9c3c1
@ -16,10 +16,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(),
|
||||
Component.TagList(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user