diff --git a/config/_default/menu.toml b/config/_default/menu.toml index 75edaa3..9c072ed 100644 --- a/config/_default/menu.toml +++ b/config/_default/menu.toml @@ -2,4 +2,10 @@ # identifier = "about" # name = "About" # url = "/about/" -# weight = 10 \ No newline at end of file +# weight = 10 + +[[main]] + identifier = "tags" + name = "Tags" + url = "/tags/" + weight = 0