diff --git a/config.toml b/config.toml index 1badea1..2ca1da5 100644 --- a/config.toml +++ b/config.toml @@ -46,18 +46,14 @@ enableRobotsTXT = true url = "https://twitter.com/jslowenmusic" [[menu.main]] - URL = "about" + URL = "/about" name = "About" weight = 1 [[menu.main]] - URL = "music" + URL = "/music" name = "Music" weight = 2 [[menu.main]] - URL = "contact" + URL = "/contact" name = "Contact" weight = 3 -[[menu.main]] - URL = "post" - name = "News" - weight = 4