diff --git a/_layouts/wiki.html b/_layouts/wiki.html index afe4fa11..0097a520 100644 --- a/_layouts/wiki.html +++ b/_layouts/wiki.html @@ -35,13 +35,13 @@ layout: compress
  • {{ item.title }}
  • {% endif %} {% endfor %} - {% assign noCat = items | where: "category", nil %} - {% for item in noCat %} - {% unless item.url contains "index.html" %} + + {% for item in items %} + {% unless item.url contains "index.html" or item.category %}
  • {{ item.title }}
  • {% endunless %} {% endfor %} - + {% for cat in categories %}