diff --git a/config/_default/menus.en.toml b/config/_default/menus.en.toml index f0e2e06..1f85142 100644 --- a/config/_default/menus.en.toml +++ b/config/_default/menus.en.toml @@ -10,12 +10,18 @@ # overridden by providing a weight value. The menu will then be # ordered by weight from lowest to highest. +[[main]] + name = "Games" + pre = "list" + pageRef = "/games" + weight = 10 + [[main]] name = "Commands" pre = "twitch" pageRef = "/commands" - weight = 10 - + weight = 20 + [[main]] pre = "rss" url = "/index.xml"