diff --git a/config.toml b/config.toml index a6df97dd..f2e881ff 100644 --- a/config.toml +++ b/config.toml @@ -68,9 +68,19 @@ preserveTaxonomyNames = true [[menu.main]] name = "Photo Galleries" - url = "photos/" + url = "/photos/" weight = 4 + [[menu.main]] + name = "Categories" + url = "/categories/" + weight = 5 + + [[menu.main]] + name = "Tags" + url = "/tags/" + weight = 6 + #[[menu.main]] #name = "Get in touch" #url = "contact/"