From f191feaaf37c9fab93653baf66775dcd7b3a2312 Mon Sep 17 00:00:00 2001 From: Gustavo Luigi <=> Date: Fri, 22 Dec 2023 11:59:21 -0300 Subject: [PATCH] . --- content/index.blade.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/index.blade.php b/content/index.blade.php index 25cbc68..dbdee12 100644 --- a/content/index.blade.php +++ b/content/index.blade.php @@ -1,6 +1,8 @@ +@inject('type', 'Type') @extends('template.'.config('settings.template').'.content.master') @section('content') + @php($themes = $type->get("Themes"))
@@ -16,7 +18,7 @@
- @foreach($contents as $content) + @foreach($themes->contents as $content)