From e536510da6986345cd8ba3afc2aa27480c923715 Mon Sep 17 00:00:00 2001 From: BroodjeAap Date: Tue, 20 Apr 2021 19:35:03 +0200 Subject: [PATCH] trying to fix redirect loop --- config.toml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index 8dc163c..e56d436 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = "https://broodjeaap.net/" +baseURL = "https://broodjeaap.net" languageCode = "en-us" title = "BroodjeAap" @@ -7,11 +7,13 @@ theme = "hugo-creative-portfolio-theme" [params] style = "blue" description = "BroodjeAap Projects" + # Nav links in the side bar + [[params.navlinks]] name = "Projects" - url = "projects/" - home = true + url = "projects" + [params.social] email = "email@example.com"