From ea0022781a4096d227f8c659da84f98ccf9af772 Mon Sep 17 00:00:00 2001
From: Nils Steinger <git@n-st.de>
Date: Tue, 18 Feb 2020 21:22:54 +0100
Subject: [PATCH] Hide invitebox while no KIF is imminent/in progress

---
 _layouts/home.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/_layouts/home.html b/_layouts/home.html
index 1bc0586..182c6cb 100755
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -4,9 +4,9 @@ layout: default
 
 <div class="container">
     <div class="section">
-
+{#
       {% include invitebox.html %}
-
+#}
       {% include infobox.html %}
 
       {% include leadboxes.html %}
-- 
GitLab