From 6a8bebbddb9d6b465a36e4554de4aa49fb213688 Mon Sep 17 00:00:00 2001 From: Florian Date: Sat, 10 May 2025 23:40:35 +0200 Subject: [PATCH] Fix footer tab highlighting logic for improved navigation --- _includes/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/footer.html b/_includes/footer.html index 280be4d..4c811e6 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -3,7 +3,7 @@
  • home
  • {% for tab in sorted_pages %} {% if tab.title and tab.permalink and tab.nav != false %} -
  • +
  • {% if tab.icon %} {{ tab.icon }}