Rename title overwrite properties to header_menu_title and navigation_menu_title

This commit is contained in:
Jesper Kolbeck 2022-02-06 18:15:49 +01:00
parent 74bdc30f2b
commit a28a76767a
3 changed files with 11 additions and 6 deletions

View file

@ -1,9 +1,13 @@
---
title: '{{ replace .Name "-" " " | title }}'
# The "name" value will be used as text for buttons and fixed menu items.
# The "title" value will be used if value for "name" is not provided.
#name: 'Short Title'
# The "header_menu_title" value will be used as text for header buttons.
# The "title" value will be used if value for "header_menu_title" is not provided.
#header_menu_title: 'Short Menu Title'
# The "navigation_menu_title" value will be used as text for fixed menu items.
# The "title" value will be used if value for "navigation_menu_title" is not provided.
#navigation_menu_title: 'Short Menu Title'
# The "weight" will determine where this section appears on the "homepage".
# A bigger weight will place the content more towards the bottom of the page.