From 0ab4a32ca46ef0fd420a51331aba2fd262cc783a Mon Sep 17 00:00:00 2001 From: Finnder Date: Fri, 25 Mar 2022 16:49:30 -0400 Subject: [PATCH] pgp nav menu link fixed --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index b0935ea..f37ca22 100644 --- a/config.toml +++ b/config.toml @@ -21,5 +21,5 @@ toolbar_pages = [ ["Projects", "projects"], ["Helpful Resources", "resources"], ["Unhelpful Resources", "unresources"], - ["Members' PGP Keys", "keys"], + ["Members' PGP Keys", "pgp"], ]