Testing nav update

This commit is contained in:
Zachary Klosko 2020-05-13 09:59:40 -04:00
parent d54afe2b8b
commit 9d6dea9b87

View File

@ -44,9 +44,8 @@
{% assign current = 'current' %}
{% endif %}
<li class="nav-list-item{% if forloop.first %}first{% endif %} {{ current }} {% if forloop.last %}nav-list-item-last{% endif %}">
<p 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 %}
</header>