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
|
weight = 2
|
||||||
identifier = "post"
|
identifier = "post"
|
||||||
url = "/post/"
|
url = "/post/"
|
||||||
[[menu.main]]
|
|
||||||
name = "Readings"
|
|
||||||
pre = "<i class='fa fa-book fa-fw'></i>"
|
|
||||||
weight = 3
|
|
||||||
identifier = "reading"
|
|
||||||
url = "/reading/"
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Shownotes"
|
name = "Shownotes"
|
||||||
pre = "<i class='fa fa-podcast fa-fw'></i>"
|
pre = "<i class='fa fa-podcast fa-fw'></i>"
|
||||||
weight = 4
|
weight = 4
|
||||||
identifier = "shownote"
|
identifier = "shownote"
|
||||||
url = "/shownote/"
|
url = "/shownote/"
|
||||||
|
[[menu.main]]
|
||||||
|
name = "Readings"
|
||||||
|
pre = "<i class='fa fa-book fa-fw'></i>"
|
||||||
|
weight = 3
|
||||||
|
identifier = "reading"
|
||||||
|
url = "/reading/"
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Resources"
|
name = "Resources"
|
||||||
pre = "<i class='fa fa-screwdriver fa-fw'></i>"
|
pre = "<i class='fa fa-screwdriver fa-fw'></i>"
|
||||||
|
Loading…
Reference in New Issue
Block a user