reorder the menu items

This commit is contained in:
Greg Gauthier 2022-01-01 15:41:46 +00:00
parent 0605ad1b36
commit b34145360e
1 changed files with 2 additions and 2 deletions

View File

@ -52,13 +52,13 @@ enableGitInfo = true
[[menu.main]]
name = "Shownotes"
pre = "<i class='fa fa-podcast fa-fw'></i>"
weight = 4
weight = 3
identifier = "shownote"
url = "/shownote/"
[[menu.main]]
name = "Readings"
pre = "<i class='fa fa-book fa-fw'></i>"
weight = 3
weight = 4
identifier = "reading"
url = "/reading/"
[[menu.main]]