From 04144c698e17143571d31a6c8a354d7c3131574a Mon Sep 17 00:00:00 2001 From: sunilsoni Date: Tue, 10 Oct 2023 10:24:58 +0530 Subject: [PATCH] nav.html --- _layouts/default.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 3b1e77c..3db6b88 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -58,11 +58,11 @@ {% if collections_size > 1 %} {% endif %} - + {% include nav.html pages=collection %} {% endif %} {% endfor %} {% else %} - + {% include nav.html pages=site.html_pages %} {% endif %}