From 36428f9fc164d173ed371c517aa3b3ce96b2f49b Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Thu, 14 Mar 2024 20:07:23 +0100 Subject: [PATCH] Add info link to platforms --- templates/shortcodes/teckids_related.html | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/templates/shortcodes/teckids_related.html b/templates/shortcodes/teckids_related.html index b75c9b86..d0549d08 100644 --- a/templates/shortcodes/teckids_related.html +++ b/templates/shortcodes/teckids_related.html @@ -49,7 +49,21 @@ </a> </div> </div> + {% endif %} + <div class="media"> + <div class="media-left"> + <div class="icon is-large"> + <i class="fa-regular fa-2x fa-circle-question"></i> + </div> + </div> + <div class="media-content"> + <p class="is-subtitle is-6"> + <a href="{{ get_url(path="@/gemeinschaft/plattformen.md") }}"> + Informationen und Hilfe zu unseren Plattformen + </a> + </p> + </div> + </div> </div> - {% endif %} </div> </section> -- GitLab