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]
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
|
identifier = "blog"
|
||||||
name = "BLOG"
|
name = "BLOG"
|
||||||
|
weight = 10
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
parent = "blog"
|
||||||
|
name = "Posts"
|
||||||
url = ""
|
url = ""
|
||||||
weight = 10
|
weight = 10
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
parent = "blog"
|
||||||
|
name = "Categories"
|
||||||
|
url = "categories/"
|
||||||
|
weight = 20
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
parent = "blog"
|
||||||
|
name = "Tags"
|
||||||
|
url = "tags/"
|
||||||
|
weight = 30
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
identifier = "menu"
|
identifier = "menu"
|
||||||
name = "MORE"
|
name = "MORE"
|
||||||
|
|
Loading…
Reference in a new issue