From 5dd6324f6103722ff71e5d9d0e4383ab6cf6df11 Mon Sep 17 00:00:00 2001 From: Silvio Giebl Date: Sun, 12 Jul 2020 20:02:44 +0200 Subject: [PATCH] Fixed display of nav-category --- _layouts/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/default.html b/_layouts/default.html index 8641d98..81bd3fc 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -55,7 +55,7 @@ layout: table_wrappers {% 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 %} {% endif %} {% include nav.html pages=collection %}