From e6205986695d7d0e69cf9581477a4edf006c878b Mon Sep 17 00:00:00 2001 From: Gustavo Luigi <=> Date: Wed, 21 Sep 2022 16:38:56 -0300 Subject: [PATCH] . --- config.json | 4 ++-- content/index.blade.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.json b/config.json index 53494bf..8a72545 100644 --- a/config.json +++ b/config.json @@ -29,8 +29,8 @@ ] }, { - "name":"Produkt", - "description":"Produkt", + "name":"Produkte", + "description":"Produkte", "icon":"shopping-bag", "status":"1", "blade": "produkt", diff --git a/content/index.blade.php b/content/index.blade.php index f2d3638..5d5b923 100644 --- a/content/index.blade.php +++ b/content/index.blade.php @@ -225,7 +225,7 @@
- @foreach(filterByContentType($mdContents, "Produkt")->take(6) as $content) + @foreach(filterByContentType($mdContents, "Produkte")->take(6) as $content)
@if($content->image)