mirror of
https://github.com/snachodog/just-the-docs.git
synced 2026-06-04 01:49:44 -06:00
Fixed display of nav-category
This commit is contained in:
@@ -55,7 +55,7 @@ layout: table_wrappers
|
|||||||
{% assign collection_value = collection_entry[1] %}
|
{% assign collection_value = collection_entry[1] %}
|
||||||
{% assign collection = site[collection_key] %}
|
{% assign collection = site[collection_key] %}
|
||||||
{% if collection_value.nav_exclude != true %}
|
{% if collection_value.nav_exclude != true %}
|
||||||
{% if doc_collections_size > 1 %}
|
{% if collections_size > 1 %}
|
||||||
<div class="nav-category">{{ collection_value.name }}</div>
|
<div class="nav-category">{{ collection_value.name }}</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% include nav.html pages=collection %}
|
{% include nav.html pages=collection %}
|
||||||
|
|||||||
Reference in New Issue
Block a user