From 788c6ce7d09422480a52ad9bf233877743c2eb89 Mon Sep 17 00:00:00 2001
From: Dominik George <dominik.george@teckids.org>
Date: Thu, 14 Mar 2024 19:04:33 +0100
Subject: [PATCH] Fill related buttons

---
 content/infos/digitale-muendigkeit/index.md | 6 +++---
 content/infos/kinder-digitales/index.md     | 6 +++---
 content/infos/verstehen/index.md            | 4 ++--
 templates/shortcodes/teckids_related.html   | 2 +-
 4 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/content/infos/digitale-muendigkeit/index.md b/content/infos/digitale-muendigkeit/index.md
index 268bd36b..6ac874f5 100644
--- a/content/infos/digitale-muendigkeit/index.md
+++ b/content/infos/digitale-muendigkeit/index.md
@@ -5,9 +5,9 @@ title = "Digitale Mündigkeit"
 zielgruppe = ["Eltern", "Lehrkräfte und Schulen"]
 
 [extra.platforms]
-wiki = ""
-forum = ""
-chat = ""
+#wiki = ""
+#forum = ""
+chat = "#teckids/meßdorfer-feld:matrix.teckids.org"
 
 [[extra.further.muendigkeit]]
 image = "muendigkeit_dc.jpg"
diff --git a/content/infos/kinder-digitales/index.md b/content/infos/kinder-digitales/index.md
index d8f2ad51..fe7e7e8b 100644
--- a/content/infos/kinder-digitales/index.md
+++ b/content/infos/kinder-digitales/index.md
@@ -5,9 +5,9 @@ title = "Kinder und Digitales"
 zielgruppe = ["Eltern"]
 
 [extra.platforms]
-wiki = ""
-forum = ""
-chat = ""
+#wiki = ""
+#forum = ""
+chat = "#teckids/meßdorfer-feld:matrix.teckids.org"
 
 [[extra.further.literatur]]
 image = "screen-teens.jpg"
diff --git a/content/infos/verstehen/index.md b/content/infos/verstehen/index.md
index a4079272..766dfd0f 100644
--- a/content/infos/verstehen/index.md
+++ b/content/infos/verstehen/index.md
@@ -13,8 +13,8 @@ zielgruppe = ["Eltern"]
 
 [extra.platforms]
 wiki = ""
-forum = ""
-chat = ""
+forum = "hacknfun/tinkering/9"
+chat = "#teckids/meßdorfer-feld:matrix.teckids.org"
 +++
 
 Einfach mal schnell ein Computerspiel spielen? Das war bis in die
diff --git a/templates/shortcodes/teckids_related.html b/templates/shortcodes/teckids_related.html
index 766d0b34..b75c9b86 100644
--- a/templates/shortcodes/teckids_related.html
+++ b/templates/shortcodes/teckids_related.html
@@ -28,7 +28,7 @@
           </div>
         </div>
         <div class="media-content">
-          <a href="https://forum.teckids.org/{{page.extra.platforms.forum}}">
+          <a href="https://forum.teckids.org/c/{{page.extra.platforms.forum}}">
             <p class="title is-4">Forum</p>
             <p class="subtitle is-6">Fragen und Diskussion im Teckids-Forum</p>
           </a>
-- 
GitLab