Add Tags to Menu
This commit is contained in:
parent
25971ce3e6
commit
20067fe0d6
15
hugo.toml
15
hugo.toml
|
@ -20,14 +20,19 @@ enableGitInfo= "true"
|
||||||
name = "Home"
|
name = "Home"
|
||||||
url = "/"
|
url = "/"
|
||||||
weight = 1
|
weight = 1
|
||||||
|
[[menu.main]]
|
||||||
|
identifier = "guestbook"
|
||||||
|
name = "GuestBook"
|
||||||
|
url = "/guestbook/"
|
||||||
|
weight = 2
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
identifier = "about"
|
identifier = "about"
|
||||||
name = "About"
|
name = "About"
|
||||||
url = "/about/"
|
url = "/about/"
|
||||||
weight = 3
|
weight = 3
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
identifier = "guestbook"
|
identifier = "tags"
|
||||||
name = "GuestBook"
|
name = "Tags"
|
||||||
url = "/guestbook/"
|
url = "/tags/"
|
||||||
weight = 2
|
weight = 4
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue