diff options
Diffstat (limited to 'config/_default/config.toml')
-rw-r--r-- | config/_default/config.toml | 8 |
1 files changed, 2 insertions, 6 deletions
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 @@ -27,14 +27,10 @@ ignoreFiles = ['templates/logo\.txt$'] 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 |