Testing nav update
This commit is contained in:
parent
d54afe2b8b
commit
9d6dea9b87
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user