From 50bedb28cddce6dd1cc6b88d4de8a1144fba413c Mon Sep 17 00:00:00 2001
From: Zachary Klosko <31484611+zklosko@users.noreply.github.com>
Date: Mon, 18 May 2020 10:03:01 -0400
Subject: [PATCH] Update default.html
---
docs/_layouts/default.html | 38 ++++++++++++++++++--------------------
1 file changed, 18 insertions(+), 20 deletions(-)
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html
index 2a93ce8da..694f59b34 100644
--- a/docs/_layouts/default.html
+++ b/docs/_layouts/default.html
@@ -40,26 +40,24 @@
- {% if site.data.nav2.toc2[0] %}
- {% for item in site.data.nav.toc2 %}
-
{{ item.title }}
- {% if item.subfolderitems[0] %}
-
- {% for entry in item.subfolderitems %}
- - {{ entry.page }}
- {% if entry.subsubfolderitems[0] %}
-
- {% endif %}
-
- {% endfor %}
-
- {% endif %}
- {% endfor %}
- {% endif %}
+ {% for item in site.data.nav2.toc2 %}
+
{{ item.title }}
+ {% if item.subfolderitems[0] %}
+
+ {% for entry in item.subfolderitems %}
+ - {{ entry.page }}
+ {% if entry.subsubfolderitems[0] %}
+
+ {% endif %}
+
+ {% endfor %}
+
+ {% endif %}
+ {% endfor %}