update menu order
This commit is contained in:
parent
15d191d397
commit
1844932450
14
config.toml
14
config.toml
|
@ -44,17 +44,17 @@ url = "https://www.linkedin.com/in/rayelliottdev"
|
||||||
|
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "About"
|
name = "Posts"
|
||||||
weight = 3
|
weight = 5
|
||||||
|
url ="posts/"
|
||||||
|
[[menu.main]]
|
||||||
|
name = "About Me"
|
||||||
|
weight = 8
|
||||||
url = "about/"
|
url = "about/"
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Portfolio"
|
name = "Portfolio"
|
||||||
weight = 5
|
|
||||||
url = "categories/portfolio/"
|
|
||||||
[[menu.main]]
|
|
||||||
name = "Posts"
|
|
||||||
weight = 10
|
weight = 10
|
||||||
url ="posts/"
|
url = "categories/portfolio/"
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Categories"
|
name = "Categories"
|
||||||
weight = 20
|
weight = 20
|
||||||
|
|
Reference in New Issue