added home = true to projects navlink
This commit is contained in:
parent
e536510da6
commit
aa429c04dc
1 changed files with 2 additions and 1 deletions
|
@ -9,10 +9,11 @@ theme = "hugo-creative-portfolio-theme"
|
||||||
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]
|
||||||
|
|
Loading…
Add table
Reference in a new issue