mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 13:24:05 -06:00
Ran Prettier
This commit is contained in:
parent
ca4258f156
commit
11c3d1e137
@ -87,7 +87,7 @@ The example above would only render the Search component when the page is not in
|
|||||||
Component.ConditionalRender({
|
Component.ConditionalRender({
|
||||||
component: Component.Breadcrumbs(),
|
component: Component.Breadcrumbs(),
|
||||||
condition: (page) => page.fileData.slug !== "index",
|
condition: (page) => page.fileData.slug !== "index",
|
||||||
}),
|
})
|
||||||
```
|
```
|
||||||
|
|
||||||
The example above would hide breadcrumbs on the root `index.md` page.
|
The example above would hide breadcrumbs on the root `index.md` page.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user