HB 麵包屑導航組件可用於指示當前頁面的位置。
成為我們的資助者或贊助商,以支持我們的工作。
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. |
你需要於模板特定位置導入該 partial。
1{{ partial "hb/modules/breadcrumb/index" . }}
該 partial 接收頁面作為上下文。
nav_icon
參數 nav_icon
用於顯示圖標。
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}
更多圖標用法請參閱圖標配置。