|
|
@ -11,7 +11,7 @@ |
|
|
|
<ul> |
|
|
|
<ul> |
|
|
|
{% for item in site.data.nav %} |
|
|
|
{% for item in site.data.nav %} |
|
|
|
<li class="navItem{% if page.collection == item.category or page.category == item.category %} navItemActive{% endif %}"> |
|
|
|
<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> |
|
|
|
</li> |
|
|
|
{% endfor %} |
|
|
|
{% endfor %} |
|
|
|
{% if site.searchconfig %} |
|
|
|
{% if site.searchconfig %} |
|
|
|