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"
|
||||
url = "/"
|
||||
weight = 1
|
||||
[[menu.main]]
|
||||
identifier = "guestbook"
|
||||
name = "GuestBook"
|
||||
url = "/guestbook/"
|
||||
weight = 2
|
||||
[[menu.main]]
|
||||
identifier = "about"
|
||||
name = "About"
|
||||
url = "/about/"
|
||||
weight = 3
|
||||
[[menu.main]]
|
||||
identifier = "guestbook"
|
||||
name = "GuestBook"
|
||||
url = "/guestbook/"
|
||||
weight = 2
|
||||
|
||||
identifier = "tags"
|
||||
name = "Tags"
|
||||
url = "/tags/"
|
||||
weight = 4
|
||||
|
||||
|
|
Loading…
Reference in New Issue