HB breadcrumb component for indicating the current page’s location.
Become a backer or sponsor to support our work.
Module | github.com/hbstack/breadcrumb |
---|---|
Repository | ⭐ Please consider giving a star if your like it. |
Stars | |
Version | |
Used by | |
Requirements | |
License | |
Usage | See how to use modules. |
To use it, you’ll need to include the partial in particular position of templates.
1{{ partial "hb/modules/breadcrumb/index" . }}
The partial accepts page as the context.
nav_icon
The nav_icon
is used to display an icon on breadcrumb item.
1+++
2[nav_icon]
3 name = 'book'
4 vendor = 'bs'
5+++
1---
2nav_icon:
3 name: book
4 vendor: bs
5---
1{
2 "nav_icon": {
3 "name": "book",
4 "vendor": "bs"
5 }
6}
Learn more icons usage on icons configuration.