Update nav.html

This commit is contained in:
wakgill
2021-01-01 17:59:29 -06:00
committed by GitHub
parent 43318f9119
commit 72642b2f3a
+1 -1
View File
@@ -82,7 +82,7 @@
{%- for grand_child in grand_children_list -%} {%- for grand_child in grand_children_list -%}
{%- unless grand_child.nav_exclude -%} {%- unless grand_child.nav_exclude -%}
<li class="nav-list-item {% if page.url == grand_child.url %} active{% endif %}"> <li class="nav-list-item {% if page.url == grand_child.url %} active{% endif %}">
<a href="{{ grand_child.url | absolute_url }}" class="nav-list-link{% if page.url == grand_child.url %} active{% endif %}">{{ grand_child.title }} {%- if grand_child.date -%} - {{ grand_child.date }} {%- endif -%}</a> <a href="{{ grand_child.url | absolute_url }}" class="nav-list-link{% if page.url == grand_child.url %} active{% endif %}">{{ grand_child.title }} {%- if grand_child.date -%} - {{ grand_child.date }} {%- endif -%}</a>
</li> </li>
{%- endunless -%} {%- endunless -%}
{%- endfor -%} {%- endfor -%}