From f4b9b5e293ea74317a49f6aada6a40839ac08e775901ce1c961e99efbd327dda Mon Sep 17 00:00:00 2001 From: Nicholas Johnson Date: Sat, 6 Jul 2024 00:00:00 +0000 Subject: Remove promoted page I will write about the promoted links later. Until then I don't want the promoted page to keep being in the navlinks. --- config/_default/config.toml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'config') diff --git a/config/_default/config.toml b/config/_default/config.toml index 4c64252..a8b7a91 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -26,15 +26,11 @@ ignoreFiles = ['templates/logo\.txt$'] name = "About Page" url = "/about/" weight = 1 - [[menu.main]] - name = "Promoted Links" - url = "/promoted/" - weight = 2 [[menu.main]] name = "Tags" url = "/tags/" - weight = 3 + weight = 2 [[menu.main]] name = "Atom Feed" url = "/atom.xml" - weight = 4 + weight = 3 -- cgit v1.2.3