From 88cfd5dfd097b9c43ea4a91351ee8c739d318862 Mon Sep 17 00:00:00 2001 From: Conrad Cardona Date: Fri, 28 Jul 2023 19:21:48 +0200 Subject: [PATCH] fix: bold font on active menu item (#88) The menu links are supposed to be bold when we are on the respective link's page. For example, "Posts" is supposed to be bold when we are at domain.tld/posts, but it currently is not. A couple of typos (extra space) is the cause. --- layouts/partials/header.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 91d9716f..03f74470 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -15,7 +15,7 @@ {{ $currentPage := . }} {{ range .Site.Menus.main }}
  • - {{ .Name }} @@ -23,7 +23,7 @@