config.toml | add tags/categories to the menu

This commit is contained in:
Don Harper 2021-03-22 20:34:21 -05:00
parent 55fcd63548
commit e64b93878f

View file

@ -68,9 +68,19 @@ preserveTaxonomyNames = true
[[menu.main]] [[menu.main]]
name = "Photo Galleries" name = "Photo Galleries"
url = "photos/" url = "/photos/"
weight = 4 weight = 4
[[menu.main]]
name = "Categories"
url = "/categories/"
weight = 5
[[menu.main]]
name = "Tags"
url = "/tags/"
weight = 6
#[[menu.main]] #[[menu.main]]
#name = "Get in touch" #name = "Get in touch"
#url = "contact/" #url = "contact/"