diff --git a/hugo.toml b/hugo.toml index 69b18d6..d88df9f 100644 --- a/hugo.toml +++ b/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 +