From f94ad0fd198b1be4ca3c02c0799477b7ccb0e300 Mon Sep 17 00:00:00 2001 From: Gustavo Luigi Date: Thu, 1 Sep 2022 20:20:10 +0200 Subject: [PATCH] add images --- content/contents/balkonkraftwerk.blade.php | 6 +++++- content/contents/produkt.blade.php | 6 +++++- content/contents/solarmodule.blade.php | 6 +++++- content/lists/balkonkraftwerk.blade.php | 10 ++++------ content/lists/produkte.blade.php | 10 ++++------ 5 files changed, 23 insertions(+), 15 deletions(-) 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 @@