From 91d3e44c420fd1b8c8151c2e395bdff75e56682e Mon Sep 17 00:00:00 2001 From: Brayden Date: Sun, 12 Nov 2023 19:23:59 +0800 Subject: [PATCH] Added contact page to menu --- config.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.toml b/config.toml index f7fdedf..8cc9568 100644 --- a/config.toml +++ b/config.toml @@ -10,3 +10,7 @@ enableRobotsTXT = true identifier = 'git' name = 'Git' url = 'https://git.hull.au/' + [[menu.main]] + identifier = 'contact' + name = 'Contact' + url = '/contact/' \ No newline at end of file