Skip to content

Commit

Permalink
nav.html
Browse files Browse the repository at this point in the history
  • Loading branch information
sunilsoni committed Oct 10, 2023
1 parent a1160aa commit 04144c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@
{% if collections_size > 1 %}
<div class="nav-category">{{ collection_value.name }}</div>
{% endif %}
<!-- {% include nav.html pages=collection %}-->
{% include nav.html pages=collection %}
{% endif %}
{% endfor %}
{% else %}
<!-- {% include nav.html pages=site.html_pages %}-->
{% include nav.html pages=site.html_pages %}
{% endif %}
</nav>

Expand Down

0 comments on commit 04144c6

Please sign in to comment.