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]
|
||||||
[[menu.main]]
|
|
||||||
identifier = "git"
|
|
||||||
name = "git repos"
|
|
||||||
url = "https://git.thurstylark.com"
|
|
||||||
weight = 2
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
identifier = "windex"
|
identifier = "windex"
|
||||||
name = "Wiki Index"
|
name = "Wiki Index"
|
||||||
url = "/"
|
url = "/"
|
||||||
weight = 1
|
weight = 1
|
||||||
|
[[menu.main]]
|
||||||
|
identifier = "git"
|
||||||
|
name = "git repos"
|
||||||
|
url = "https://git.thurstylark.com"
|
||||||
|
weight = 2
|
||||||
|
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
category = "categories"
|
category = "categories"
|
||||||
|
|
Loading…
Reference in New Issue