diff --git a/content/head.blade.php b/content/head.blade.php index e8c4768..c3bf418 100644 --- a/content/head.blade.php +++ b/content/head.blade.php @@ -1,17 +1,12 @@ -
- - - - - - + + + + + @include('template.'.config('settings.template').'.content.includes.integrations') + @yield('head') + \ No newline at end of file diff --git a/content/includes/cookies.blade.php b/content/includes/cookies.blade.php index 7de990c..7bb8f29 100644 --- a/content/includes/cookies.blade.php +++ b/content/includes/cookies.blade.php @@ -249,5 +249,4 @@ - - \ No newline at end of file + \ No newline at end of file diff --git a/content/includes/header.blade.php b/content/includes/header.blade.php index 089f6bf..9b3fb60 100644 --- a/content/includes/header.blade.php +++ b/content/includes/header.blade.php @@ -3,56 +3,36 @@ - - - + \ No newline at end of file diff --git a/content/includes/scripts.blade.php b/content/includes/scripts.blade.php index eea2d7a..80d160f 100644 --- a/content/includes/scripts.blade.php +++ b/content/includes/scripts.blade.php @@ -1,6 +1,5 @@ - - - - - + + + \ No newline at end of file diff --git a/content/index.blade.php b/content/index.blade.php index 98711ca..cde4145 100644 --- a/content/index.blade.php +++ b/content/index.blade.php @@ -1,5 +1,5 @@ @extends('template.'.config('settings.template').'.content.master') -@section('content') +@section('head') +@stop +@section('content')