Highlight help nav item when navigated to.

This commit is contained in:
Joshua Barnett 2016-07-06 12:00:19 +01:00 committed by GitHub
parent 51a80b8225
commit c698e83eb1
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<li class="{% if page.author %}current{% endif %}"> <li class="{% if page.author %}current{% endif %}">
<a href="/news/">News</a> <a href="/news/">News</a>
</li> </li>
<li> <li class="{% if page.url contains '/help/' %}current{% endif %}">
<a href="/help/">Help</a> <a href="/help/">Help</a>
</li> </li>
<li> <li>