mirror of
https://github.com/gethinode/hinode.git
synced 2025-10-17 23:13:11 +00:00
841 B
841 B
author, title, date, description, group, layout
author | title | date | description | group | layout |
---|---|---|---|---|---|
Mark Dumay | Breadcrumb | 2023-01-27 | Use the breadcrumb shortcode to display the current page’s location within the site's navigational hierarchy. | components | docs |
Overview
Use the breadcrumb
shortcode to display the current page’s location within the site's navigational hierarchy.
Arguments
The shortcode supports the following arguments:
Argument | Required | Description |
---|---|---|
path | No | Optional path of the page, defaults to current page. |
{.table} |
Example
As an example, the following shortcode displays a breadcrumb for the current page.
{{< example lang="hugo" >}} {{</* breadcrumb path="breadcrumb" */>}} {{< /example >}}