Skip to content

Commit

Permalink
Fixed display of nav-category
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtSilvio committed Jul 12, 2020
1 parent a086954 commit 5dd6324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/default.html
Expand Up @@ -55,7 +55,7 @@
{% assign collection_value = collection_entry[1] %}
{% assign collection = site[collection_key] %}
{% if collection_value.nav_exclude != true %}
{% if doc_collections_size > 1 %}
{% if collections_size > 1 %}
<div class="nav-category">{{ collection_value.name }}</div>
{% endif %}
{% include nav.html pages=collection %}
Expand Down

0 comments on commit 5dd6324

Please sign in to comment.