From aed73122a8dc5a4ba41e3d0ee2d3cd073d5f9b5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20V=C3=B6lkl?= Date: Wed, 23 Aug 2023 22:32:08 +0200 Subject: [PATCH] . --- content/contents/leistungen.blade.php | 2 +- content/contents/news.blade.php | 56 +++++++++++++++------------ content/contents/produkt.blade.php | 2 +- content/index.blade.php | 25 ++---------- content/lists/aktuelles.blade.php | 4 +- content/lists/leistungen.blade.php | 2 +- content/lists/produkte.blade.php | 4 +- content/lists/referenzen.blade.php | 4 +- 8 files changed, 45 insertions(+), 54 deletions(-) diff --git a/content/contents/leistungen.blade.php b/content/contents/leistungen.blade.php index bfe0d50..48b29da 100644 --- a/content/contents/leistungen.blade.php +++ b/content/contents/leistungen.blade.php @@ -32,7 +32,7 @@ Veröffentlicht: {{date('d.m.Y', strtotime($content->created_at))}}
- +
diff --git a/content/contents/news.blade.php b/content/contents/news.blade.php index 389e38c..07e6c58 100644 --- a/content/contents/news.blade.php +++ b/content/contents/news.blade.php @@ -42,7 +42,7 @@
- +
@@ -66,43 +66,51 @@
-
- - - -
-

- - Neuigkeit + @foreach(filterByContentType("News") as $content) - -

+
+ + + -
+
+

+ + Neuigkeit + + +

+ +
19 hours ago +
+ + {!! Str::limit(' Lorem ipsum dolor sit amet, consectetur adipisicing elit. Accusamus consequuntur cum cumque dicta eligendi et ex, fugiat id, incidunt iste iusto natus non provident quae veritatis vero vitae voluptas voluptate? + ', 280) !!} + +
- {!! Str::limit(' Lorem ipsum dolor sit amet, consectetur adipisicing elit. Accusamus consequuntur cum cumque dicta eligendi et ex, fugiat id, incidunt iste iusto natus non provident quae veritatis vero vitae voluptas voluptate? -', 280) !!} - +
- + @endforeach + + -
diff --git a/content/contents/produkt.blade.php b/content/contents/produkt.blade.php index a48229b..a9374fc 100644 --- a/content/contents/produkt.blade.php +++ b/content/contents/produkt.blade.php @@ -27,7 +27,7 @@
- Bild {{$content->title}} +


diff --git a/content/index.blade.php b/content/index.blade.php index 523a7ff..25307aa 100644 --- a/content/index.blade.php +++ b/content/index.blade.php @@ -2,7 +2,7 @@ @section('content')
- +
-
-
-
-

Aktuelles

-
- @foreach(filterByContentType("News")->take(3) as $content) -
-
- - - -
-

-======= -

+ @php($news = filterByContentType("News")) @if($news->isNotEmpty()) @@ -53,11 +37,10 @@
@foreach($news->take(3) as $content) -
+
->>>>>>> e8b1460416d191f5a4f9c2b709ee36caed852c79 - +

diff --git a/content/lists/aktuelles.blade.php b/content/lists/aktuelles.blade.php index 7330ae4..3cd2e7f 100644 --- a/content/lists/aktuelles.blade.php +++ b/content/lists/aktuelles.blade.php @@ -1,6 +1,6 @@ @extends('template.'.config('settings.template').'.content.master') @section('content') - + @@ -20,7 +20,7 @@
- +
diff --git a/content/lists/leistungen.blade.php b/content/lists/leistungen.blade.php index a458b9f..5f01486 100644 --- a/content/lists/leistungen.blade.php +++ b/content/lists/leistungen.blade.php @@ -2,7 +2,7 @@ @section('content') - + diff --git a/content/lists/produkte.blade.php b/content/lists/produkte.blade.php index 9a9a569..efdd4c6 100644 --- a/content/lists/produkte.blade.php +++ b/content/lists/produkte.blade.php @@ -1,7 +1,7 @@ @extends('template.'.config('settings.template').'.content.master') @section('content') - + @@ -21,7 +21,7 @@