Add navbar-var-length
config parameter (#1011)
* add navbar-var-length config option * fix endif -> endunless
This commit is contained in:
parent
0859158885
commit
685cf73c9d
3 changed files with 16 additions and 2 deletions
|
@ -111,6 +111,11 @@ post_search: true
|
|||
# Add a button in the footer to edit the current page. Only works if your website is hosted on GitHub
|
||||
edit_page_button: true
|
||||
|
||||
# Allow sub-menu items (second-level navigation menu items) to be longer than the top-level menu
|
||||
# If this setting is off, then long sub-menu words might get cut off
|
||||
# See https://github.com/daattali/beautiful-jekyll/issues/765 to understand the issue this setting can solve
|
||||
navbar-var-length: false
|
||||
|
||||
# The keywords to associate with your website, for SEO purposes
|
||||
#keywords: "my,list,of,keywords"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue