assign active class to li
This commit is contained in:
parent
2e16fad591
commit
46c738ce71
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ Usage:
|
|||
{% if group == null or group == node.group %}
|
||||
|
||||
{% if page.url == node.url %}
|
||||
<li><a href="{{node.url}}" class="active">{{node.title}}</a></li>
|
||||
<li class="active"><a href="{{node.url}}" class="active">{{node.title}}</a></li>
|
||||
{% else %}
|
||||
<li><a href="{{node.url}}">{{node.title}}</a></li>
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Reference in a new issue