allow access to categories & tags
This commit is contained in:
parent
62e4d32ffd
commit
ccf3a3d9b7
18
config.toml
18
config.toml
|
@ -95,10 +95,28 @@ enableRobotsTXT = true
|
|||
[menu]
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "blog"
|
||||
name = "BLOG"
|
||||
weight = 10
|
||||
|
||||
[[menu.main]]
|
||||
parent = "blog"
|
||||
name = "Posts"
|
||||
url = ""
|
||||
weight = 10
|
||||
|
||||
[[menu.main]]
|
||||
parent = "blog"
|
||||
name = "Categories"
|
||||
url = "categories/"
|
||||
weight = 20
|
||||
|
||||
[[menu.main]]
|
||||
parent = "blog"
|
||||
name = "Tags"
|
||||
url = "tags/"
|
||||
weight = 30
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "menu"
|
||||
name = "MORE"
|
||||
|
|
Loading…
Reference in a new issue