reorder the menu items

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

View File

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