From 7a44a91300eb343f0b6c60f1fa10a2572eb39847 Mon Sep 17 00:00:00 2001 From: Lukas Weichelt <lukas.weichelt@teckids.org> Date: Wed, 14 Apr 2021 21:34:29 +0200 Subject: [PATCH] Changed to template --- .../de/informationen/{sessions.md => Mitmach-Sessions.md} | 6 +++--- content/pages/de/informationen/freizeiten.md | 5 ++--- content/pages/de/informationen/informationen.md | 8 +++----- 3 files changed, 8 insertions(+), 11 deletions(-) rename content/pages/de/informationen/{sessions.md => Mitmach-Sessions.md} (96%) diff --git a/content/pages/de/informationen/sessions.md b/content/pages/de/informationen/Mitmach-Sessions.md similarity index 96% rename from content/pages/de/informationen/sessions.md rename to content/pages/de/informationen/Mitmach-Sessions.md index f835f3c..ec3848f 100644 --- a/content/pages/de/informationen/sessions.md +++ b/content/pages/de/informationen/Mitmach-Sessions.md @@ -1,11 +1,11 @@ -title: sessions +title: Mitmach-Sessions date: 2021-02-20 lang: de -images: +template: page_text + <div markdown="1" class="ul-columns col-sm-12 col-md-12"> -# Mitmach-Sessions Sessions sind offene Workshops, bei denen eine Gruppe von Menschen an einem bestimmten Thema arbeiten, sich mit anderen austauschen und voneinander lernen können. Diese Sessions finden oft im Rahmen von Barcamps statt, auch als Unkonferzen bekannt. ## Dauerbarcamp diff --git a/content/pages/de/informationen/freizeiten.md b/content/pages/de/informationen/freizeiten.md index b649b80..71fa689 100644 --- a/content/pages/de/informationen/freizeiten.md +++ b/content/pages/de/informationen/freizeiten.md @@ -1,11 +1,10 @@ -title: freizeiten +title: Freizeiten date: 2021-04-08 lang: de -images: +template: page_text <div markdown="1" class="ul-columns col-sm-12 col-md-12"> -# Freizeiten Jedes Jahr führen wir verschiedene Ferien- und Wochenendfreizeiten an. Kinder und Jugendliche erleben in verschiedenen Formaten Themen der Informatik und ein umfangreiches soziales Rahmenprogramm. Unsere Formate stellen wir im Folgenden genauer vor. diff --git a/content/pages/de/informationen/informationen.md b/content/pages/de/informationen/informationen.md index 02570be..a3a1b3c 100644 --- a/content/pages/de/informationen/informationen.md +++ b/content/pages/de/informationen/informationen.md @@ -1,9 +1,8 @@ title: Informationen date: 2021-04-08 lang: de -images: +template: page_text -# Informationen <div class="container"> <div class="row"> <div class="col"> @@ -11,7 +10,7 @@ images: <div class="card-body"> <h5 class="card-title">Mitmach-Sessions</h5> <p class="card-text">In Mitmach-Sessions beschäftigen wir uns mit verschiedenen MINT-Projekten.</p> - <a href="sessions.html" class="btn btn-primary">Mitmach-Sessions</a> + <a href="mitmach-sessions.html" class="btn btn-primary">Mitmach-Sessions</a> </div> </div> </div> @@ -25,5 +24,4 @@ images: </div> </div> </div> -</div> - +</div> \ No newline at end of file -- GitLab