diff --git a/content/author.blade.php b/content/author.blade.php
index bfa395b..59fcef5 100644
--- a/content/author.blade.php
+++ b/content/author.blade.php
@@ -50,14 +50,14 @@
{{ $categoryModel->name }}
@else
-
@if (isset($categoryModel))
{{ $categoryModel->description }}
@else
- {{ \Setting::get('description')}}
+ {{config('settings.description')}}
@endif
@@ -196,7 +196,7 @@
- @include('template.'.\Setting::get('template', 'default').'.content.includes.create-content')
+ @include('template.'.config('settings.template').'.content.includes.create-content')
@@ -334,7 +334,7 @@
{{ __('public.use') }} {{ __('public.premium-pass') }}
- @include('template.'.\Setting::get('template', 'default').'.content.includes.explain-lightning')
+ @include('template.'.config('settings.template').'.content.includes.explain-lightning')