mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-02-03 22:15:42 -06:00
fix: Reverted to the default Breadcrumbs
This commit is contained in:
parent
15ff47b82d
commit
679c25b8a6
@ -18,7 +18,7 @@ export const sharedPageComponents: SharedLayout = {
|
|||||||
export const defaultContentPageLayout: PageLayout = {
|
export const defaultContentPageLayout: PageLayout = {
|
||||||
beforeBody: [
|
beforeBody: [
|
||||||
Component.ConditionalRender({
|
Component.ConditionalRender({
|
||||||
component: Component.ParentBreadcrumbs(),
|
component: Component.Breadcrumbs(),
|
||||||
condition: (page) => page.fileData.slug !== "index",
|
condition: (page) => page.fileData.slug !== "index",
|
||||||
}),
|
}),
|
||||||
Component.ArticleTitle(),
|
Component.ArticleTitle(),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user