From a116861b29e0927e6fa02050cb9b7c96deef0d45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20V=C3=B6lkl?= Date: Mon, 10 May 2021 22:16:18 +0200 Subject: [PATCH] update to new 0.2 --- content/author.blade.php | 3 +-- content/index.blade.php | 3 +-- content/{category.blade.php => lists/default.blade.php} | 3 +-- content/menu.blade.php | 0 content/news.blade.php | 3 +-- 5 files changed, 4 insertions(+), 8 deletions(-) rename content/{category.blade.php => lists/default.blade.php} (99%) delete mode 100644 content/menu.blade.php diff --git a/content/author.blade.php b/content/author.blade.php index 1d5604f..c20e5d1 100644 --- a/content/author.blade.php +++ b/content/author.blade.php @@ -1,5 +1,4 @@ -@extends('template.'.\Setting::get('template', 'default').'.content.master') - +@extends('template.'.config('settings.template').'.content.master') @section('content') diff --git a/content/index.blade.php b/content/index.blade.php index 3546c4d..eb506ee 100644 --- a/content/index.blade.php +++ b/content/index.blade.php @@ -1,5 +1,4 @@ -@extends('template.'.\Setting::get('template', 'default').'.content.master') - +@extends('template.'.config('settings.template').'.content.master') @section('content')
diff --git a/content/category.blade.php b/content/lists/default.blade.php similarity index 99% rename from content/category.blade.php rename to content/lists/default.blade.php index c4bff2a..d9ae0c2 100644 --- a/content/category.blade.php +++ b/content/lists/default.blade.php @@ -1,5 +1,4 @@ -@extends('template.'.\Setting::get('template', 'default').'.content.master') - +@extends('template.'.config('settings.template').'.content.master') @section('content')