From 5491bfc9642ede6b71b41b783bda8f135749a956 Mon Sep 17 00:00:00 2001 From: David Thurstenson Date: Tue, 5 Oct 2021 22:17:09 -0500 Subject: [PATCH] config.toml: Add about section to header menu --- config.toml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index d17856c..8f64809 100644 --- a/config.toml +++ b/config.toml @@ -19,16 +19,21 @@ mode = "dark-mode" [menu] + [[menu.main]] + identifier = "about" + name = "About" + url = "/about/" + weight = 1 [[menu.main]] identifier = "windex" name = "Wiki Index" url = "/" - weight = 1 + weight = 2 [[menu.main]] identifier = "git" name = "git repos" url = "https://git.thurstylark.com" - weight = 2 + weight = 3 [taxonomies] category = "categories"