From a04303d6ac0e86995d2ab817e1994fcde358b6ee Mon Sep 17 00:00:00 2001 From: Don Harper Date: Sat, 24 Jul 2021 12:02:51 -0500 Subject: [PATCH] turn off cat and tag sections for now --- config.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/config.toml b/config.toml index cf284fd2..391bb4db 100644 --- a/config.toml +++ b/config.toml @@ -71,15 +71,15 @@ preserveTaxonomyNames = true url = "/photos/" weight = 4 - [[menu.main]] - name = "Categories" - url = "/categories/" - weight = 5 + #[[menu.main]] + #name = "Categories" + #url = "/categories/" + #weight = 5 - [[menu.main]] - name = "Tags" - url = "/tags/" - weight = 6 + #[[menu.main]] + #name = "Tags" + #url = "/tags/" + #weight = 6 #[[menu.main]] #name = "Get in touch"