Return to top menu item (#156)
Opt-in "Return To Top" navigation menu entry, implements #154
This commit is contained in:
parent
9e20c65ad8
commit
c547893371
2 changed files with 16 additions and 0 deletions
|
|
@ -11,4 +11,10 @@ header_logo: "images/chef-hat.png"
|
|||
# Headers are safeHTML, you can use HTML tags such as b,i,u,br
|
||||
header_headline: "Jane Doe"
|
||||
header_subheadline: "<b>Nutrition</b> Coach & <b>Chef</b> Consultant"
|
||||
|
||||
# Add a 'Go back to top' item to the navigation menu
|
||||
# Title: name of navigation menu entry
|
||||
# Weight (i. e. position in menu): none = no menu entry, first = add as first entry, last = ad as last entry
|
||||
nav_to_top_title: "Return To Top"
|
||||
nav_to_top_weight: last
|
||||
---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue