Aktuelles-Überschrift: Turnen vorerst gestrichen (Feed zeigt nur Hauptaccount)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-06-11 21:39:29 +02:00
parent 353b3cea06
commit 88b3100b64
4 changed files with 17 additions and 16 deletions

View File

@@ -11,7 +11,6 @@ $club = json_load('club');
<div class="container site-header__inner">
<a class="site-header__brand" href="<?= e(url()) ?>" aria-label="<?= e($club['name']) ?> Startseite">
<img class="site-header__logo" src="<?= e(asset('img/logo.svg')) ?>" alt="" width="75" height="97">
<span class="site-header__name"><?= e($club['name']) ?></span>
</a>
<?php component('nav', ['current' => $current]); ?>
</div>