From 3b5b0872859ff463b6f8ee362e8589d773a25014 Mon Sep 17 00:00:00 2001 From: Pk11 Date: Mon, 21 Dec 2020 23:01:14 -0600 Subject: [PATCH] Bold current page in sidebar --- _layouts/wiki.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_layouts/wiki.html b/_layouts/wiki.html index 38ec557a..0a77f839 100644 --- a/_layouts/wiki.html +++ b/_layouts/wiki.html @@ -22,7 +22,7 @@ layout: compress {% for item in items %} {% if item.url contains "index.html" %} -
  • {{ item.title }}
  • +
  • {{ item.title }}
  • {% endif %} {% endfor %} @@ -40,7 +40,7 @@ layout: compress {{ category }}