From 966bb37a12f47f077b7c3c7cf683ac4c9d42a0a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20V=C3=B6lkl?= Date: Fri, 4 Feb 2022 09:07:05 +0100 Subject: [PATCH] . --- content/index.blade.php | 37 ------------------------------------- 1 file changed, 37 deletions(-) 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 - - - - - -