feat: mention ToS and support pages in footer

This commit is contained in:
Aravinth Manivannan 2022-11-06 17:20:44 +05:30
parent d056d71998
commit 2bff56060a
Signed by: realaravinth
GPG key ID: AD9F0F08E855ED88

View file

@ -86,13 +86,23 @@
url = "/security" url = "/security"
identifier = "security" identifier = "security"
weight = 400 weight = 400
[[footer]] [[footer]]
name = "Status" name = "Status"
url = "https://stats.uptimerobot.com/GK7VLFJnBl" url = "https://stats.uptimerobot.com/GK7VLFJnBl"
weight = 500 weight = 500
[[footer]]
name = "Support"
url = "/support/"
weight = 600
[[footer]] [[footer]]
name = "Thanks" name = "Thanks"
url = "/thanks" url = "/thanks"
weight = 600 weight = 700
[[footer]]
name = "ToS"
url = "/tos"
weight = 800