Don't add main to the top level items on the home page

This commit is contained in:
Dougal Matthews 2014-11-25 13:07:35 +00:00
parent aa1a844154
commit 935d94c034

View File

@ -114,7 +114,7 @@
{% for toc_item in toc %}
<li class="main {% if toc_item.active %}main{% endif %}">
<li class="{% if current_page.input_path != 'index.md' %}main{% endif %}">
<a href="{{ toc_item.url }}">{{ toc_item.title }}</a>
</li>