Update default.html
This commit is contained in:
parent
1ae01aff22
commit
76efe4d392
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
|||
{% assign current = 'current' %}
|
||||
{% endif %}
|
||||
|
||||
<li style="list-style: none;" class="nav-list-item{% if forloop.first %}first{% endif %} {{ current }} {% if forloop.last %}nav-list-item-last{% endif %}">
|
||||
<li class="nav-list-item{% if forloop.first %}first{% endif %} {{ current }} {% if forloop.last %}nav-list-item-last{% endif %}">
|
||||
<a class="{{ current }}" href="{{ link.url }}">{{ link.text }}</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue