Update default.html

This commit is contained in:
Zachary Klosko 2020-05-12 22:53:17 -04:00
parent 1ae01aff22
commit 76efe4d392

View file

@ -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 %}