From 9740ccc38df8e14ae50bb0fe2969af2c4d873824 Mon Sep 17 00:00:00 2001 From: rohan kumar Date: Thu, 5 Nov 2020 15:49:04 -0800 Subject: [PATCH] Navigation links: remove redirects, fix posts link --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index a4a5b54..b067ac3 100644 --- a/config.toml +++ b/config.toml @@ -24,14 +24,14 @@ name = "Rohan Kumar" identifier = "posts" name = "posts" title = "posts" - url = "/" + url = "/posts/" weight = 10 [[menu.main]] identifier = "about" name = "about" title = "about" - url = "/about" + url = "/about/" weight = 20 [permalinks]