reorder the menu items
This commit is contained in:
parent
c76a121f43
commit
0605ad1b36
12
config.toml
12
config.toml
@ -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>"
|
||||
|
Loading…
Reference in New Issue
Block a user