diff --git a/config/_default/menus.toml b/config/_default/menus.toml index bd789ed..0c8f0a3 100644 --- a/config/_default/menus.toml +++ b/config/_default/menus.toml @@ -86,13 +86,23 @@ url = "/security" identifier = "security" weight = 400 - [[footer]] name = "Status" url = "https://stats.uptimerobot.com/GK7VLFJnBl" weight = 500 + +[[footer]] + name = "Support" + url = "/support/" + weight = 600 + [[footer]] name = "Thanks" url = "/thanks" - weight = 600 + weight = 700 + +[[footer]] + name = "ToS" + url = "/tos" + weight = 800