From 6d21b73eb28cd23beb1901c8646618a7145c3246 Mon Sep 17 00:00:00 2001 From: Gustavo Luigi <=> Date: Wed, 30 Nov 2022 13:18:55 -0300 Subject: [PATCH] add cookies consent --- content/head.blade.php | 26 ++++++++---------------- content/includes/cookies.blade.php | 3 +-- content/includes/header.blade.php | 22 +------------------- content/includes/scripts.blade.php | 8 +++----- content/index.blade.php | 4 +++- content/master.blade.php | 32 ++++++++++-------------------- 6 files changed, 27 insertions(+), 68 deletions(-) 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')