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 %}