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