From 56f1f8c12fa351afc3ccbac6e477e8abc73d1f33 Mon Sep 17 00:00:00 2001
From: a
Date: Sun, 17 Oct 2021 23:03:36 -0500
Subject: [PATCH] fix active navbar tab
---
config.toml | 6 +++---
layouts/partials/site-header.html | 11 +++++++----
2 files changed, 10 insertions(+), 7 deletions(-)
diff --git a/config.toml b/config.toml
index e6c44d5..e3bacd9 100644
--- a/config.toml
+++ b/config.toml
@@ -12,14 +12,14 @@ category = "category"
[menu]
[[menu.main]]
-identifier = "home"
+identifier = ""
pre = ""
name = "Home"
url = "/"
weight = 10
[[menu.main]]
-identifier = "experience"
+identifier = "work"
pre = ""
name = "Work"
url = "/work/"
@@ -44,4 +44,4 @@ identifier = "blog"
pre = ""
name = "Blog"
url = "/blog/"
-weight = 50
+weight = 50
\ No newline at end of file
diff --git a/layouts/partials/site-header.html b/layouts/partials/site-header.html
index 9abc715..7a5f207 100644
--- a/layouts/partials/site-header.html
+++ b/layouts/partials/site-header.html
@@ -6,16 +6,19 @@