Add a weight to the photos menu item
This commit is contained in:
parent
92fe172d1a
commit
eee6d0e7a8
1 changed files with 5 additions and 4 deletions
|
@ -30,14 +30,15 @@ name = 'Eryn Wells'
|
|||
name = 'Blog'
|
||||
url = '/blog/'
|
||||
weight = 10
|
||||
[[menu.main]]
|
||||
identifier = 'about'
|
||||
name = 'About'
|
||||
url = '/about/'
|
||||
[[menu.main]]
|
||||
identifier = 'photos'
|
||||
name = 'Photos'
|
||||
url = '/photos/'
|
||||
weight = 20
|
||||
[[menu.main]]
|
||||
identifier = 'about'
|
||||
name = 'About'
|
||||
url = '/about/'
|
||||
|
||||
[outputFormats]
|
||||
[outputFormats.RSS]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue