From 0605ad1b364a6a1f586224d1334fab0ea49ef4ab Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Sat, 1 Jan 2022 15:35:41 +0000 Subject: [PATCH] reorder the menu items --- config.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config.toml b/config.toml index 61f6e9c..a9c1ffb 100644 --- a/config.toml +++ b/config.toml @@ -49,18 +49,18 @@ enableGitInfo = true weight = 2 identifier = "post" url = "/post/" - [[menu.main]] - name = "Readings" - pre = "" - weight = 3 - identifier = "reading" - url = "/reading/" [[menu.main]] name = "Shownotes" pre = "" weight = 4 identifier = "shownote" url = "/shownote/" + [[menu.main]] + name = "Readings" + pre = "" + weight = 3 + identifier = "reading" + url = "/reading/" [[menu.main]] name = "Resources" pre = ""