From f4a03dca50f87dfa6a859ec7b625e1cee27c6e4a Mon Sep 17 00:00:00 2001 From: Julien Schmidt <js@stusta.net> Date: Sat, 30 Jun 2018 22:33:34 +0200 Subject: [PATCH] imprint: add 3. TV and update board members --- data/Vorstand.toml | 9 +++++---- layouts/shortcodes/vorstand.html | 1 + 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/data/Vorstand.toml b/data/Vorstand.toml index 252004b..e83e370 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 437f0fc..77bf891 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> -- GitLab