From 2752c6bf81c8989dffc3292a750844b2dc0afce0 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sun, 25 Sep 2022 07:41:30 -0700 Subject: [PATCH] Add an .active class to current active link in the nav bar --- layouts/partials/header.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 6d3ba19..7d83cb6 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -9,7 +9,11 @@ {{ with site.Menus.main }} {{ end }}