From 2bff56060afb5ef12be1a7aeffded7030dfbbdaa Mon Sep 17 00:00:00 2001 From: Aravinth Manivannan Date: Sun, 6 Nov 2022 17:20:44 +0530 Subject: [PATCH] feat: mention ToS and support pages in footer --- config/_default/menus.toml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) 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