config.toml: reorder menu items for readability
This commit is contained in:
parent
bd65c88e87
commit
fce12bfe18
10
config.toml
10
config.toml
|
@ -19,16 +19,16 @@ mode = "dark-mode"
|
|||
|
||||
|
||||
[menu]
|
||||
[[menu.main]]
|
||||
identifier = "git"
|
||||
name = "git repos"
|
||||
url = "https://git.thurstylark.com"
|
||||
weight = 2
|
||||
[[menu.main]]
|
||||
identifier = "windex"
|
||||
name = "Wiki Index"
|
||||
url = "/"
|
||||
weight = 1
|
||||
[[menu.main]]
|
||||
identifier = "git"
|
||||
name = "git repos"
|
||||
url = "https://git.thurstylark.com"
|
||||
weight = 2
|
||||
|
||||
[taxonomies]
|
||||
category = "categories"
|
||||
|
|
Loading…
Reference in New Issue