From 1043a34104f2c9aa1312279b055405ab9707d595 Mon Sep 17 00:00:00 2001 From: Henry Schreiner <HenrySchreinerIII@gmail.com> Date: Wed, 14 Sep 2022 19:52:39 -0400 Subject: [PATCH] fix: spacing issue when search is disabled (#960) Fixes #396. --- _layouts/default.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_layouts/default.html b/_layouts/default.html index 2fb293e1..34b88033 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -112,6 +112,8 @@ layout: table_wrappers </div> <div id="search-results" class="search-results"></div> </div> + {% else %} + <div></div> {% endif %} {% include header_custom.html %} {% if site.aux_links %} -- GitLab