diff --git a/config.toml b/config.toml index 2c6a505..82bd552 100644 --- a/config.toml +++ b/config.toml @@ -30,12 +30,6 @@ enableRobotsTXT = false url = "/about/" weight = 1 -[[languages.en.menu.main]] - identifier = "tags" - name = "Tags" - url = "/tags/" - weight = 2 - [[languages.en.menu.main]] name = "Blog" identifier = "blog" @@ -63,12 +57,6 @@ enableRobotsTXT = false url = "/about/" weight = 1 -[[menu.main]] - identifier = "tags" - name = "Теги" - url = "/tags/" - weight = 2 - [[menu.main]] name = "Архитектура" identifier = "archi" @@ -89,7 +77,6 @@ enableRobotsTXT = false [taxonomies] category = "categories" -tag = "tags" [markup.goldmark.renderer] unsafe = true