From 0e24d44dbe6534409e244b8718bca1af7f0d927a Mon Sep 17 00:00:00 2001 From: Bruno <103858681+EsseLowNitro@users.noreply.github.com> Date: Wed, 18 Dec 2024 12:09:56 -0300 Subject: [PATCH] [fix] header generation, take two --- _includes/header.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_includes/header.html b/_includes/header.html index eef0a11..989c00c 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -25,7 +25,8 @@
  • secureblue
  • {% for i in site.pages %} {% if i.permalink != "/" %} -
  • {{ i.short_title }}
  • + {% assign slashless_permalink = i.permalink | remove: "/" %} +
  • {{ i.short_title }}
  • {% endif %} {% endfor %}