Upgrade jquery-ui in in-motion theme version from 1.8.14 to 1.8.22 to avoid 'a.curCSS is not a function' errors in console that caused problems with circles and navigation.
---
title: Tests Index
layout: default
category: tests
is_index_page: true
---
<ul>
{% for post in site.categories.tests reversed %}
{% if post.is_index_page != true %}
<li><a href="..{{ post.url }}">{{ post.title }}</a></li>
{% endif %}
{% endfor %}
</ul>