From 236b0e5eeb149b0d0edbb8a87974d7fed991df45 Mon Sep 17 00:00:00 2001 From: Thom Dickson Date: Sun, 20 Mar 2022 14:29:35 -0400 Subject: [PATCH] Add planned pages list --- config.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 9e74342..b0935ea 100644 --- a/config.toml +++ b/config.toml @@ -16,5 +16,10 @@ highlight_code = true # Put all your custom variables here toolbar_pages = [ ["About Us", "about"], - ["Contact", "contact"], + ["Chat", "chat"], + ["Get involved", "getinvolved"], + ["Projects", "projects"], + ["Helpful Resources", "resources"], + ["Unhelpful Resources", "unresources"], + ["Members' PGP Keys", "keys"], ]