From aa429c04dc2dbc8bd5b507657e9b478458dcd876 Mon Sep 17 00:00:00 2001 From: BroodjeAap Date: Tue, 20 Apr 2021 19:44:08 +0200 Subject: [PATCH] added home = true to projects navlink --- config.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index e56d436..0986b2d 100644 --- a/config.toml +++ b/config.toml @@ -9,10 +9,11 @@ theme = "hugo-creative-portfolio-theme" description = "BroodjeAap Projects" # Nav links in the side bar - + [[params.navlinks]] name = "Projects" url = "projects" + home = true [params.social]