From b34145360e870b889e1eaee46cc42f7fd7058f75 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Sat, 1 Jan 2022 15:41:46 +0000 Subject: [PATCH] reorder the menu items --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index a9c1ffb..6794a67 100644 --- a/config.toml +++ b/config.toml @@ -52,13 +52,13 @@ enableGitInfo = true [[menu.main]] name = "Shownotes" pre = "" - weight = 4 + weight = 3 identifier = "shownote" url = "/shownote/" [[menu.main]] name = "Readings" pre = "" - weight = 3 + weight = 4 identifier = "reading" url = "/reading/" [[menu.main]]