diff --git a/data/Vorstand.toml b/data/Vorstand.toml
index 252004b1ad16e4b044af98ea6269b0a0ebd37d48..e83e370dc761beb05a3bdb004b07c81b276cf5d8 100644
--- a/data/Vorstand.toml
+++ b/data/Vorstand.toml
@@ -1,5 +1,6 @@
 VV = "Simon Naab"
-CC = "Mariella Mischinger"
-TV1 = "Tobias Heider"
-TV2 = "Johannes Walcher"
-Valid = "01.07.2017 – 30.06.2018"
+CC = "Manuel Simon"
+TV1 = "Johannes Walcher"
+TV2 = "Julien Schmidt"
+TV3 = "Marinus Enzinger"
+Valid = "01.07.2018 – 30.06.2019"
diff --git a/layouts/shortcodes/vorstand.html b/layouts/shortcodes/vorstand.html
index 437f0fcaf2a59d3c896e948f17bd9a33a0a8af94..77bf891bb84aa60c1f7e89744fd2b07fc603a9f2 100644
--- a/layouts/shortcodes/vorstand.html
+++ b/layouts/shortcodes/vorstand.html
@@ -6,6 +6,7 @@
             <li>Schatzmeister: {{ .Site.Data.Vorstand.CC }}</li>
             <li>1. Technischer Vorstand: {{ .Site.Data.Vorstand.TV1 }}</li>
             <li>2. Technischer Vorstand: {{ .Site.Data.Vorstand.TV2 }}</li>
+            <li>3. Technischer Vorstand: {{ .Site.Data.Vorstand.TV3 }}</li>
         </ul>
         <p>
             <i>Gültig: {{ .Site.Data.Vorstand.Valid }}</i>