Skip to content

Latest commit

 

History

History
49 lines (38 loc) · 956 Bytes

index.en.md

File metadata and controls

49 lines (38 loc) · 956 Bytes
type title linkTitle description date draft nav_weight nav_icon series categories tags images authors
docs
HB Breadcrumb Component
Breadcrumb
HB breadcrumb component for indicating the current page’s location.
2023-12-09 14:23:27 +0800
false
1000
vendor name
bs
segmented-nav
Modules
Components
Breadcrumb
HB

{{% hb-module "breadcrumb" %}}

Partial

To use it, you'll need to include the partial in particular position of templates.

{{ partial "hb/modules/breadcrumb/index" . }}

The partial accepts page as the context.

Page Parameters

nav_icon

Breadcrumb icons

The nav_icon is used to display an icon on breadcrumb item.

{{< bs/config-toggle title="Front Matter" delimiter=true >}} nav_icon: vendor: bs name: book {{< /bs/config-toggle >}}

Learn more icons usage on [icons configuration]({{< relref "docs/configuration/icons" >}}).