diff --git a/content/index.blade.php b/content/index.blade.php index 346b9b6..c3677f3 100644 --- a/content/index.blade.php +++ b/content/index.blade.php @@ -77,40 +77,7 @@ - @foreach(filterByContentType("News")->take(3) as $content) -
-
- - @if ($content->image) - - @endif - -
-
{{$content->title}}
-
-
{{date('d.m.Y H:i', strtotime($content->created_at))}}
-
- -

- {!! strIsset(Str::limit(strip_tags(html_entity_decode($content->data_fields['neuigkeit'])), 600,'...'), 'keine Angaben') !!} -

-
- - - -
- -
- - @endforeach