Highlight help nav item when navigated to.
This commit is contained in:
parent
51a80b8225
commit
c698e83eb1
|
@ -8,7 +8,7 @@
|
|||
<li class="{% if page.author %}current{% endif %}">
|
||||
<a href="/news/">News</a>
|
||||
</li>
|
||||
<li>
|
||||
<li class="{% if page.url contains '/help/' %}current{% endif %}">
|
||||
<a href="/help/">Help</a>
|
||||
</li>
|
||||
<li>
|
||||
|
|
Loading…
Reference in New Issue