Guge problem: no IDs for the Beiträge

This commit is contained in:
Simon Martens
2025-09-21 15:50:46 +02:00
parent 3b47f0b1c6
commit 94883b5edc
7 changed files with 328 additions and 76 deletions

View File

@@ -19,13 +19,14 @@
</div>
</div>
{{ else }}
<!-- No images fallback -->
<!-- No images fallback with debug info -->
<div class="container mx-auto px-4 py-8">
<div class="bg-yellow-50 border border-yellow-200 rounded-lg p-6">
<h2 class="text-xl font-semibold text-yellow-800 mb-2">Keine Bilder verfügbar</h2>
<p class="text-yellow-700">
<p class="text-yellow-700 mb-4">
Für diesen Beitrag sind derzeit keine Seitenbilder verfügbar.
</p>
</div>
</div>
{{ end }}