From 304e709a9a25f4f2e28417f0bc967a0ada458e54 Mon Sep 17 00:00:00 2001 From: "Philipp.Stahl" <philipp.stahl@teckids.org> Date: Tue, 1 Jun 2021 16:52:42 +0200 Subject: [PATCH] Fix buttons in freizeiten.md --- content/pages/de/informationen/freizeiten.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/pages/de/informationen/freizeiten.md b/content/pages/de/informationen/freizeiten.md index dd97419..417b849 100644 --- a/content/pages/de/informationen/freizeiten.md +++ b/content/pages/de/informationen/freizeiten.md @@ -21,12 +21,12 @@ template: page_text <div class="row"> <div class="col"> <h4>Hack'n'Sun</h4> - <button type="button" href="https://www.hacknsun.org/pages/hacknsun.html" class="btn btn-primary">Hack'n'Sun</button> + <a type="button" href="hacknsun.html" class="btn btn-primary">Hack'n'Sun</a> </div> <div class="col"> <h4>Termine und Anmeldung</h4> Unsere aktuellen Veranstaltungen findest du - <button type="button" href="https://www.teckids.org/de/veranstaltungen/nachste-veranstaltungen/" class="btn btn-primary">Hier</button> + <a type="button" href="https://www.teckids.org/de/veranstaltungen/nachste-veranstaltungen/" class="btn btn-primary">Hier</a> </div> </div> </div> -- GitLab