From a948aa3ffafaa5ae3389493ecd3702f53d02e1d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20V=C3=B6lkl?= Date: Wed, 10 Jan 2024 09:37:12 +0100 Subject: [PATCH] . --- content/contents/leistungen.blade.php | 4 +- content/contents/news.blade.php | 4 +- content/contents/produkt.blade.php | 6 +- content/index.blade.php | 15 +- content/lists/aktuelles.blade.php | 4 +- variables.json | 334 +++++++++++++++++++++++--- 6 files changed, 324 insertions(+), 43 deletions(-) diff --git a/content/contents/leistungen.blade.php b/content/contents/leistungen.blade.php index 7d08e95..93558d3 100644 --- a/content/contents/leistungen.blade.php +++ b/content/contents/leistungen.blade.php @@ -122,11 +122,11 @@

Weitere Leistungen

- @foreach($otherContents->take(3) as $otherContent) + @foreach($otherContents->take(3) as $index => $otherContent)
-
+

{{$otherContent->title}}

diff --git a/content/contents/news.blade.php b/content/contents/news.blade.php index b18b2a0..9c78b96 100644 --- a/content/contents/news.blade.php +++ b/content/contents/news.blade.php @@ -71,10 +71,10 @@

Weitere Nachrichten

- @foreach($otherContents->take(3) as $otherContent) + @foreach($otherContents->take(3) as $index => $otherContent)
-
+
diff --git a/content/contents/produkt.blade.php b/content/contents/produkt.blade.php index 5fd773e..4aa4fe5 100644 --- a/content/contents/produkt.blade.php +++ b/content/contents/produkt.blade.php @@ -178,10 +178,10 @@

Weitere Produkte

- @foreach($otherContents->take(3) as $otherContent) + @foreach($otherContents->take(3) as $index => $otherContent) -
- +
+
diff --git a/content/index.blade.php b/content/index.blade.php index 786c194..106fb05 100644 --- a/content/index.blade.php +++ b/content/index.blade.php @@ -37,10 +37,10 @@
@isset($content->link) -