diff --git a/content/includes/css.blade.php b/content/includes/css.blade.php index 572c3b8..2bd15bd 100644 --- a/content/includes/css.blade.php +++ b/content/includes/css.blade.php @@ -1,4 +1,4 @@ - + diff --git a/content/index.blade.php b/content/index.blade.php index ce0c5d2..0c3c442 100644 --- a/content/index.blade.php +++ b/content/index.blade.php @@ -102,15 +102,15 @@ Aktuelle Neuigkeiten - @foreach($nachrichten as $nach) - + @foreach($nachrichten->take(3) as $nach) + @if ($nach->image) @else - @endif + @@ -208,7 +208,6 @@ - Mehr Produkte diff --git a/content/lists/default.blade.php b/content/lists/default.blade.php index ef0e480..83ffc15 100644 --- a/content/lists/default.blade.php +++ b/content/lists/default.blade.php @@ -17,15 +17,6 @@ - - - - - - - - - @@ -33,8 +24,8 @@ @foreach($nachrichten as $nach) - - + + @if ($nach->image) @else @@ -44,8 +35,6 @@ - -