From fce12bfe182433209c55bdf6814a0554a5b23b0d Mon Sep 17 00:00:00 2001 From: David Thurstenson Date: Tue, 5 Oct 2021 22:12:30 -0500 Subject: [PATCH] config.toml: reorder menu items for readability --- config.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config.toml b/config.toml index 4e08ec3..d17856c 100644 --- a/config.toml +++ b/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"