From ba03f1b28b9f19e12a8cbb125913834239a7f169 Mon Sep 17 00:00:00 2001
From: Julien Schmidt <js@stusta.net>
Date: Sat, 4 May 2019 18:49:58 +0200
Subject: [PATCH] fix display bug

---
 content/_index.de.md |  9 +++------
 content/_index.en.md | 11 +++--------
 2 files changed, 6 insertions(+), 14 deletions(-)

diff --git a/content/_index.de.md b/content/_index.de.md
index f23fd6a..0293de3 100644
--- a/content/_index.de.md
+++ b/content/_index.de.md
@@ -6,8 +6,7 @@ headerImage: headers/home.jpg
 headerStats: true
 ---
 
-{{% two-columns %}}
-{{% column %}}
+{{% two-columns %}}{{% column %}}
 
 StuStaNet ist eine Organisation in der Studentenstadt Freimann, welche ein Computer-Netzwerk betreibt, das die Studentenstadt sowie das Wohnheim Max-Bill-Straße an das Internet anbindet. Das Netzwerk wird ausschließlich von Freiwilligen betrieben und hat ca. {{< users >}} Nutzer.
 
@@ -28,8 +27,7 @@ Die Sprechstunden finden im Blauen Haus (Christoph-Probst-Straße 12) Zimmer 028
 ### Nächste Sprechstunden
 {{< officehours >}}
 
-{{% /column %}}
-{{% column %}}
+{{% /column %}}{{% column %}}
 
 ## Dienste
 
@@ -43,5 +41,4 @@ Die Sprechstunden finden im Blauen Haus (Christoph-Probst-Straße 12) Zimmer 028
 * <i class="fa fa-github" aria-hidden="true"></i> [SSN bei Github](https://github.com/stustanet/)
 
 
-{{% /column %}}
-{{% /two-columns %}}
+{{% /column %}}{{% /two-columns %}}
diff --git a/content/_index.en.md b/content/_index.en.md
index 8da4f62..13b7423 100644
--- a/content/_index.en.md
+++ b/content/_index.en.md
@@ -6,9 +6,7 @@ headerImage: headers/home.jpg
 headerStats: true
 ---
 
-
-{{% two-columns %}}
-{{% column %}}
+{{% two-columns %}}{{% column %}}
 
 StuStaNet is an association in the Studentenstadt Freimann that operates a computer network connecting the Studentenstadt as well as the dormitory Max-Bill-Straße 67 to the Internet. The network, which is operated entirely by volunteers, has about {{< users >}} users.
 
@@ -30,12 +28,10 @@ The office hours take place in Blue Building (Christoph-Probst-Straße 12) Room
 {{< officehours >}}
 
 
-{{% /column %}}
-{{% column %}}
+{{% /column %}}{{% column %}}
 
 
 ## Services
-
 * <i class="fa fa-envelope" aria-hidden="true"></i> [Webmail](https://webmail.stusta.de/)
 * <i class="fa fa-cloud" aria-hidden="true"></i> [StuSta Cloud](https://cloud.stusta.de/)
 * <i class="fa fa-gitlab" aria-hidden="true"></i> [GitLab](https://gitlab.stusta.de/)
@@ -44,5 +40,4 @@ The office hours take place in Blue Building (Christoph-Probst-Straße 12) Room
 * <i class="fa fa-comments" aria-hidden="true"></i> [Imprint](/impressum)
 * <i class="fa fa-github" aria-hidden="true"></i> [SSN on Github](https://github.com/stustanet/)
 
-{{% /column %}}
-{{% /two-columns %}}
+{{% /column %}}{{% /two-columns %}}
-- 
GitLab