From 47b49fba99d68edc6cd6250eb879d8bdc70f3403 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Sat, 23 May 2026 17:47:01 -0500 Subject: [PATCH] Strip surrounding slashes from nav link labels --- templates/base.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/base.html b/templates/base.html index 09ff66e..44e2f84 100644 --- a/templates/base.html +++ b/templates/base.html @@ -58,17 +58,17 @@ {% set root_section = get_section(path="_index.md") %}