From 94b65faa31640e9ca6bdcc2c4c1041b0b902a04e Mon Sep 17 00:00:00 2001
From: Zachary Klosko <31484611+zklosko@users.noreply.github.com>
Date: Mon, 18 May 2020 12:07:26 -0400
Subject: [PATCH] Fixing spacing
---
docs/_layouts/default.html | 2 ++
1 file changed, 2 insertions(+)
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html
index 3f58e2bde..c8c873072 100644
--- a/docs/_layouts/default.html
+++ b/docs/_layouts/default.html
@@ -58,7 +58,9 @@
{{ item.title }}
{% if item.subfolderitems[0] %}
{% for entry in item.subfolderitems %}
+ {% if item.subtitle %}
{{ item.subtitle }}
+ {% endif %}
{{ entry.page }}
{% if entry.subsubfolderitems[0] %}
{% for subentry in entry.subsubfolderitems %}