|
|
@ -1065,12 +1065,11 @@ you should hide the breadcrumbs on every page,
|
|
|
|
and hide the collection, section, and page lists on the home page if you use the default home page layout.
|
|
|
|
and hide the collection, section, and page lists on the home page if you use the default home page layout.
|
|
|
|
|
|
|
|
|
|
|
|
To hide the breadcrumbs on every page,
|
|
|
|
To hide the breadcrumbs on every page,
|
|
|
|
try the following in `yoursite/layouts/partials/paige/style-first.css`:
|
|
|
|
try the following in `yoursite/hugo.toml`:
|
|
|
|
|
|
|
|
|
|
|
|
```css
|
|
|
|
```toml
|
|
|
|
#paige-breadcrumbs {
|
|
|
|
[params.paige]
|
|
|
|
display: none;
|
|
|
|
style = "#paige-breadcrumbs { display: none; }"
|
|
|
|
}
|
|
|
|
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
To hide the collection, section, and page lists on the home page,
|
|
|
|
To hide the collection, section, and page lists on the home page,
|
|
|
|