diff --git a/content/index.blade.php b/content/index.blade.php index 0e7efef..9f4f2cd 100644 --- a/content/index.blade.php +++ b/content/index.blade.php @@ -33,44 +33,7 @@ -
-
-

Aktuelles

-
- - @foreach(filterByContentType($mdNachrichten, "News")->take(3) as $nach) -
-
- @if ($nach->image) - - @endif -
-

- {{$nach->title}} -

- - {{date('d.m.Y H:i', strtotime($nach->created_at))}} - -

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

- -
- -
-
- - - @endforeach - - - - - -