init feat Breadcrumb Navigation (#207)
* adds Breadcrumb nav above title of single page/post
* add enabler var 'ShowBreadCrumbs'
* introduce i18n var "home"
usage:
in site config:
Params:
ShowBreadCrumbs: true
in page front-matter:
ShowBreadCrumbs: false
This commit is contained in:
parent
a7e0b2f5a9
commit
75855b2758
3 changed files with 27 additions and 1 deletions
|
|
@ -14,3 +14,6 @@
|
|||
|
||||
- id: translations
|
||||
translation: "Translations"
|
||||
|
||||
- id: home
|
||||
translation: "Home"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue