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