Fix header links
This commit is contained in:
parent
f1aedda068
commit
2dc019e095
@ -11,7 +11,7 @@
|
||||
<ul>
|
||||
{% for item in site.data.nav %}
|
||||
<li class="navItem{% if page.collection == item.category or page.category == item.category %} navItemActive{% endif %}">
|
||||
<a href="{{ item.href | absolute_url }}">{{ item.title }}</a>
|
||||
<a href="{{ item.href }}">{{ item.title }}</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
{% if site.searchconfig %}
|
||||
|
Loading…
Reference in New Issue
Block a user