mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-19 10:54:06 -06:00
Uncomment Breadcrumbs component in default layout
This commit is contained in:
parent
0d4af831e0
commit
11426034cd
@ -18,10 +18,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(),
|
||||
],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user