Add Tags to Menu

This commit is contained in:
Evan G. 2024-05-22 17:27:25 -05:00
parent 25971ce3e6
commit 20067fe0d6
Signed by: fbievan
GPG Key ID: 55FAB8CB6842F080
1 changed files with 10 additions and 5 deletions

View File

@ -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