From 2b49f51f828a7c27c15a839ba48ec05251ea694d Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Mon, 14 Nov 2022 03:19:24 -0500 Subject: [PATCH] Remove explicit menu links --- config.toml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/config.toml b/config.toml index acd514d..16be463 100644 --- a/config.toml +++ b/config.toml @@ -41,13 +41,3 @@ copyright = "This work is licensed under a Creative Commons Attribution-ShareAli name = "Home" url = "/" weight = 1 - [[menu.main]] - identifier = "cv" - name = "CV" - url = "/cv" - weight = 2 - [[menu.main]] - identifier = "legalnotice" - name = "Legal" - url = "/legal" - weight = 3