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>

View File

@@ -14,7 +14,7 @@ $maxPosts = (int) config('instagram.max_posts', 9);
?>
<section class="section instagram" id="aktuelles">
<div class="container">
<h2>Aktuelles aus Fußball &amp; Turnen</h2>
<h2>Aktuelles aus dem Fußball</h2>
<?php if ($posts !== []): ?>
<p class="text-muted">Unsere neuesten Beiträge auf <a href="<?= e($club['social']['instagram']) ?>" rel="noopener">Instagram (@<?= e($feed['username'] ?? 'tsv08kulmbach') ?>)</a><?php if (!empty($club['social']['facebook'])): ?> folge uns auch auf <a href="<?= e($club['social']['facebook']) ?>" rel="noopener">Facebook</a><?php endif; ?>.</p>
<ul class="instagram__grid">