diff --git a/content/contents/balkonkraftwerk.blade.php b/content/contents/balkonkraftwerk.blade.php index d7caa38..7ed5717 100644 --- a/content/contents/balkonkraftwerk.blade.php +++ b/content/contents/balkonkraftwerk.blade.php @@ -16,7 +16,11 @@
- ... + @if(empty($content->image)) + ... + @else + ... + @endif


diff --git a/content/contents/produkt.blade.php b/content/contents/produkt.blade.php index 833d0f3..dffa762 100644 --- a/content/contents/produkt.blade.php +++ b/content/contents/produkt.blade.php @@ -15,7 +15,11 @@
- ... + @if(empty($content->image)) + ... + @else + ... + @endif


diff --git a/content/contents/solarmodule.blade.php b/content/contents/solarmodule.blade.php index 992453a..9d1bfd3 100644 --- a/content/contents/solarmodule.blade.php +++ b/content/contents/solarmodule.blade.php @@ -15,7 +15,11 @@
- ... + @if(empty($content->image)) + ... + @else + ... + @endif


diff --git a/content/lists/balkonkraftwerk.blade.php b/content/lists/balkonkraftwerk.blade.php index a43f50e..d8397b5 100644 --- a/content/lists/balkonkraftwerk.blade.php +++ b/content/lists/balkonkraftwerk.blade.php @@ -20,16 +20,14 @@
- + @if(empty($content->image)) ... - + @else + ... + @endif
-
{{$content->title}}
- -
-
diff --git a/content/lists/produkte.blade.php b/content/lists/produkte.blade.php index f866b6a..3abdbb4 100644 --- a/content/lists/produkte.blade.php +++ b/content/lists/produkte.blade.php @@ -20,16 +20,14 @@