diff --git a/content/contents/default.blade.php b/content/contents/default.blade.php index f2fc5b9..2b1bd6b 100644 --- a/content/contents/default.blade.php +++ b/content/contents/default.blade.php @@ -27,9 +27,7 @@ diff --git a/content/includes/footer.blade.php b/content/includes/footer.blade.php index ba1355f..f28357d 100644 --- a/content/includes/footer.blade.php +++ b/content/includes/footer.blade.php @@ -63,12 +63,10 @@
-
- @foreach(filterByContentType($mdNachrichten, "News")->take(3) as $nach) -
-
+
+
@if ($nach->image) @endif @@ -49,18 +49,24 @@ {{date('d.m.Y H:i', strtotime($nach->created_at))}} -

+

{!! isset($nach->additional_fields['4']) ? $nach->additional_fields['4'] : 'keine Angaben' !!}

+
+ @endforeach + +
diff --git a/content/news.blade.php b/content/news.blade.php index 30fe3ea..c27a5f9 100644 --- a/content/news.blade.php +++ b/content/news.blade.php @@ -51,7 +51,7 @@ @if ($nach->image) Gallery image @else - Gallery image + Gallery image @endif