From 6173cb128db5839e3a7620cfe560bd0faaa01577 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Sun, 20 Aug 2023 13:02:56 -0500 Subject: [PATCH] remove about page for now --- config/_default/menu.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/_default/menu.toml b/config/_default/menu.toml index 749f786..75edaa3 100644 --- a/config/_default/menu.toml +++ b/config/_default/menu.toml @@ -1,5 +1,5 @@ -[[main]] - identifier = "about" - name = "About" - url = "/about/" - weight = 10 \ No newline at end of file +# [[main]] +# identifier = "about" +# name = "About" +# url = "/about/" +# weight = 10 \ No newline at end of file