allow access to categories & tags

This commit is contained in:
Christoph Cullmann 2019-08-04 12:15:10 +02:00
parent 62e4d32ffd
commit ccf3a3d9b7

View file

@ -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"