config.toml | add tags/categories to the menu
This commit is contained in:
parent
55fcd63548
commit
e64b93878f
1 changed files with 11 additions and 1 deletions
12
config.toml
12
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/"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue