diff --git a/content/lists/produkte.blade.php b/content/lists/produkte.blade.php index 34f25cf..e767956 100644 --- a/content/lists/produkte.blade.php +++ b/content/lists/produkte.blade.php @@ -13,6 +13,9 @@
+ + +

Solarmodule

@@ -39,6 +42,32 @@
+
+ +

Balkonkraftwerke

+ + @foreach(filterByContentType($contents, "Balkonkraftwerk") as $content) + +
+ +
+ @if(empty($content->image)) + ... + @else + ... + @endif +
+
{{$content->title}}
+
+
+
+ + +
+ @endforeach + +
+