Added uk-active class to archives

This commit is contained in:
Luca Chiricozzi 2015-01-01 01:19:43 +01:00
parent aad8e5e496
commit db38f68a12
2 changed files with 1 additions and 1 deletions

View File

View File

@ -98,7 +98,7 @@
{% endif %}
<li class="uk-nav-divider"></li>
<li><a href="{{ SITEURL }}/archives.html">Archives</a></li>
<li {% if page_name == 'archives' %}class="uk-active"{% endif %}><a href="{{ SITEURL }}/archives.html">Archives</a></li>
</ul>
</div>