config: add blog to menu bar
parent
4a0983ac96
commit
02318840b7
|
@ -4,45 +4,51 @@ name = 'Home'
|
|||
url = '/'
|
||||
weight = 1
|
||||
|
||||
[[main]]
|
||||
identifier = 'blog'
|
||||
name = 'Blog'
|
||||
url = 'https://acefox.life'
|
||||
weight = 2
|
||||
|
||||
[[main]]
|
||||
identifier = 'about'
|
||||
name = 'About'
|
||||
url = '/about'
|
||||
weight = 2
|
||||
weight = 3
|
||||
|
||||
[[main]]
|
||||
identifier = 'programs'
|
||||
name = 'Programs'
|
||||
url = '/programs'
|
||||
weight = 3
|
||||
weight = 4
|
||||
|
||||
[[main]]
|
||||
identifier = 'translations'
|
||||
name = 'Translations'
|
||||
url = '/translations'
|
||||
weight = 4
|
||||
weight = 5
|
||||
|
||||
[[main]]
|
||||
identifier = 'recipes'
|
||||
name = 'Recipes'
|
||||
url = '/recipe'
|
||||
weight = 5
|
||||
weight = 6
|
||||
|
||||
[[main]]
|
||||
identifier = 'commissions'
|
||||
name = 'Commissions'
|
||||
url = '/commissions'
|
||||
weight = 6
|
||||
weight = 7
|
||||
|
||||
[[main]]
|
||||
identifier = 'system'
|
||||
name = 'System Reference'
|
||||
url = '/system'
|
||||
weight = 7
|
||||
weight = 8
|
||||
|
||||
[[main]]
|
||||
identifier = 'links'
|
||||
name = 'Links'
|
||||
url = '/links'
|
||||
weight = 8
|
||||
weight = 9
|
||||
|
||||
|
|
Loading…
Reference in New Issue