You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: userguide/content/en/docs/adding-content/navigation.md
+30-3Lines changed: 30 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -283,11 +283,27 @@ To create a placeholder page, create a page file as usual in the directory where
283
283
284
284
## Breadcrumb navigation
285
285
286
-
Breadcrumb navigation links appear at the top of each page by default. To disable breadcrumb navigation, set site param `ui.breadcrumb_disable = true` in `hugo.toml`.
286
+
[Breadcrumb navigation] appears at the top of each non-index page be default. To
287
+
also display single-element breadcrumb lists in index pages, add the following
288
+
[style override] to your project:
287
289
288
-
Breadcrumb navigation links are also shown for each item on the taxonomy results page (i.e. when you click one of the taxonomy labels, e.g. Tags/Categories). These breadcrumbs can be disabled in `hugo.toml` by setting site param `ui.taxonomy_breadcrumb_disable = true`.
0 commit comments