mirror of
https://gitlab.com/MisterBiggs/brain-quartz.git
synced 2025-08-01 11:11:28 +00:00
Remove breadcrumbs
This commit is contained in:
@@ -16,10 +16,10 @@ export const sharedPageComponents: SharedLayout = {
|
|||||||
// components for pages that display a single page (e.g. a single note)
|
// components for pages that display a single page (e.g. a single note)
|
||||||
export const defaultContentPageLayout: PageLayout = {
|
export const defaultContentPageLayout: PageLayout = {
|
||||||
beforeBody: [
|
beforeBody: [
|
||||||
Component.ConditionalRender({
|
// Component.ConditionalRender({
|
||||||
component: Component.Breadcrumbs(),
|
// component: Component.Breadcrumbs(),
|
||||||
condition: (page) => page.fileData.slug !== "index",
|
// condition: (page) => page.fileData.slug !== "index",
|
||||||
}),
|
// }),
|
||||||
Component.ArticleTitle(),
|
Component.ArticleTitle(),
|
||||||
Component.ContentMeta(),
|
Component.ContentMeta(),
|
||||||
Component.TagList(),
|
Component.TagList(),
|
||||||
|
Reference in New Issue
Block a user