trying to fix redirect loop
This commit is contained in:
parent
4a77e1d1cc
commit
e536510da6
1 changed files with 5 additions and 3 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue