From aa4e158d16ca75749ba5c5238501187a6a96b944 Mon Sep 17 00:00:00 2001 From: Pau Date: Fri, 23 Dec 2022 01:28:38 +0100 Subject: [PATCH] Implement links in NavBar --- config.toml | 2 +- themes/sophie-lewis/layouts/partials/nav.html | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config.toml b/config.toml index 022d947..f017435 100644 --- a/config.toml +++ b/config.toml @@ -6,7 +6,7 @@ theme = "sophie-lewis" [params] #navbar = ["about", "writing", "get-in-touch"] -navbar = ["home", "about", "writing", "videos", "audio", "events", "get-in-touch"] +navbar = ["about", "writing", "videos", "audio", "events", "get-in-touch"] [params.header] name = "Sophie Lewis" diff --git a/themes/sophie-lewis/layouts/partials/nav.html b/themes/sophie-lewis/layouts/partials/nav.html index fb9317a..4906c44 100644 --- a/themes/sophie-lewis/layouts/partials/nav.html +++ b/themes/sophie-lewis/layouts/partials/nav.html @@ -1,14 +1,14 @@