From 4f39f0f644a6ca4c1f1de206416e0fc738ae0aaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20V=C3=B6lkl?= Date: Tue, 9 Feb 2021 11:52:04 -0300 Subject: [PATCH] added lists --- content/{category.blade.php => list.blade.php} | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) rename content/{category.blade.php => list.blade.php} (98%) diff --git a/content/category.blade.php b/content/list.blade.php similarity index 98% rename from content/category.blade.php rename to content/list.blade.php index 23a1d96..590b6d6 100644 --- a/content/category.blade.php +++ b/content/list.blade.php @@ -15,8 +15,8 @@

Aktuelles

- @if (isset($categoryModel)) - {{ $categoryModel->description }} + @if (isset($listModel)) + {{ $listModel->description }} @else {{ \Setting::get('description')}} @endif @@ -164,7 +164,7 @@

@foreach($nachrichten as $nach) -