From e00a657efd142b4f2390056fbd6f09a03b70ae43 Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Thu, 29 Dec 2022 10:38:50 -0500 Subject: [PATCH] Community links back to home then footer --- src/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.toml b/src/config.toml index 34ca29c..610b97e 100644 --- a/src/config.toml +++ b/src/config.toml @@ -9,7 +9,7 @@ title = 'Equitable Open-Source for Web3' identifier = 'community' name = 'Community' title = 'community' - url = './#community' + url = '../#community' weight = 4 [[menu.main]] identifier = 'github'