From 84d407da86353a9cfce07b7349203fa762e16560 Mon Sep 17 00:00:00 2001 From: Pk11 Date: Sun, 3 Jan 2021 00:40:44 -0600 Subject: [PATCH] Remove full "index.html", not just the extension --- _layouts/wiki.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/wiki.html b/_layouts/wiki.html index 25480004..7a01c407 100644 --- a/_layouts/wiki.html +++ b/_layouts/wiki.html @@ -31,7 +31,7 @@ layout: compress {% for item in items %} {% if item.url contains "index.html" %} -
  • {{ item.title }}
  • +
  • {{ item.title }}
  • {% endif %} {% endfor %}