From 3f66b0b11d2320f3eae63daabdf5690a436e103b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Felix=20Sch=C3=A4fer?= <felix@thegcat.net>
Date: Sun, 23 May 2021 20:55:59 +0200
Subject: [PATCH] =?UTF-8?q?G=C3=B6ttingen=20ist=20vorbei,=2050,0=20ist=20U?=
 =?UTF-8?q?lm?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 _includes/infobox.html | 8 ++++----
 _layouts/home.html     | 2 ++
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/_includes/infobox.html b/_includes/infobox.html
index 9df99f7..b5622e8 100644
--- a/_includes/infobox.html
+++ b/_includes/infobox.html
@@ -18,14 +18,14 @@
 
             <table class="striped">
                 <tbody>
-                    <tr>
-                        <th>12.05. - 16.05.2021</th>
-                        <td>KIF 49,0 online an der Georg-August-Universität Göttingen</td>
-                    </tr>
                     <tr>
                         <th>29.10. - 02.11.2021</th>
                         <td>KIF 49,5 (in Dortmund || online), organisiert vom FSR Informatik der TU Dortmund</td>
                     </tr>
+                    <tr>
+                        <th>25.05. - 29.05.2022</th>
+                        <td>KIF 50,0 an der Universität Ulm</td>
+                    </tr>
                 </tbody>
             </table>
         </div>
diff --git a/_layouts/home.html b/_layouts/home.html
index 1bc0586..f087b29 100755
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -5,7 +5,9 @@ layout: default
 <div class="container">
     <div class="section">
 
+      {% comment %}
       {% include invitebox.html %}
+      {% endcomment %}
 
       {% include infobox.html %}
 
-- 
GitLab