trying to fix redirect loop

This commit is contained in:
BroodjeAap 2021-04-20 19:35:03 +02:00
parent 4a77e1d1cc
commit e536510da6

View file

@ -1,4 +1,4 @@
baseURL = "https://broodjeaap.net/" baseURL = "https://broodjeaap.net"
languageCode = "en-us" languageCode = "en-us"
title = "BroodjeAap" title = "BroodjeAap"
@ -7,11 +7,13 @@ theme = "hugo-creative-portfolio-theme"
[params] [params]
style = "blue" style = "blue"
description = "BroodjeAap Projects" description = "BroodjeAap Projects"
# Nav links in the side bar # Nav links in the side bar
[[params.navlinks]] [[params.navlinks]]
name = "Projects" name = "Projects"
url = "projects/" url = "projects"
home = true
[params.social] [params.social]
email = "email@example.com" email = "email@example.com"