config.toml: reorder menu items for readability

This commit is contained in:
David Thurstenson 2021-10-05 22:12:30 -05:00
parent bd65c88e87
commit fce12bfe18
1 changed files with 5 additions and 5 deletions

View File

@ -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"