mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 15:57:57 +00:00
Add disableBreadcrumbs and disableNextPrev to English documentation
This commit is contained in:
parent
53c67f15c6
commit
64fc30ecde
1 changed files with 4 additions and 0 deletions
|
@ -33,6 +33,10 @@ Note that some of these parameters are explained in details in other sections of
|
|||
disableShortcutsTitle = false
|
||||
# When using mulitlingual website, disable the switch language button.
|
||||
disableLanguageSwitchingButton = false
|
||||
# Hide breadcrumbs in the header and only show the current page title
|
||||
disableBreadcrumb = true
|
||||
# Hide Next and Previous page buttons normally displayed full height beside content
|
||||
disableNextPrev = true
|
||||
# Order sections in menu by "weight" or "title". Default to "weight"
|
||||
ordersectionsby = "weight"
|
||||
# Change default color scheme with a variant one. Can be "red", "blue", "green".
|
||||
|
|
Loading…
Reference in a new issue