mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-02-04 06:25:41 -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 = {
|
||||
beforeBody: [
|
||||
Component.ConditionalRender({
|
||||
component: Component.ParentBreadcrumbs(),
|
||||
component: Component.Breadcrumbs(),
|
||||
condition: (page) => page.fileData.slug !== "index",
|
||||
}),
|
||||
Component.ArticleTitle(),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user