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:
Aditya Telange 2021-01-29 23:37:07 +05:30 committed by GitHub
parent a7e0b2f5a9
commit 75855b2758
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 27 additions and 1 deletions

View file

@ -14,3 +14,6 @@
- id: translations
translation: "Translations"
- id: home
translation: "Home"