From e64b93878f10d60a8774bac21db00b32183fabca Mon Sep 17 00:00:00 2001 From: Don Harper Date: Mon, 22 Mar 2021 20:34:21 -0500 Subject: [PATCH] config.toml | add tags/categories to the menu --- config.toml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index a6df97dd..f2e881ff 100644 --- a/config.toml +++ b/config.toml @@ -68,9 +68,19 @@ preserveTaxonomyNames = true [[menu.main]] name = "Photo Galleries" - url = "photos/" + url = "/photos/" weight = 4 + [[menu.main]] + name = "Categories" + url = "/categories/" + weight = 5 + + [[menu.main]] + name = "Tags" + url = "/tags/" + weight = 6 + #[[menu.main]] #name = "Get in touch" #url = "contact/"