From: Vincent Vanwaelscappel Date: Thu, 12 Dec 2019 18:11:49 +0000 (+0100) Subject: wip #3262 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=673d8e1719fd0f06d08607dc725ab330b8aa9763;p=cubist_cms-front.git wip #3262 --- diff --git a/resources/views/head/head.blade.php b/resources/views/head/head.blade.php index 49bafc5..46f8cba 100644 --- a/resources/views/head/head.blade.php +++ b/resources/views/head/head.blade.php @@ -7,4 +7,4 @@ @stack('styles') @include('googletagmanager::head') @include('gtag::head') - \ No newline at end of file + diff --git a/resources/views/head/link.blade.php b/resources/views/head/link.blade.php index e69de29..6e7d058 100644 --- a/resources/views/head/link.blade.php +++ b/resources/views/head/link.blade.php @@ -0,0 +1,3 @@ +@foreach($locales['enabled'] as $locale) + +@endforeach \ No newline at end of file diff --git a/resources/views/head/meta.blade.php b/resources/views/head/meta.blade.php index 9f28055..80ed68e 100644 --- a/resources/views/head/meta.blade.php +++ b/resources/views/head/meta.blade.php @@ -14,17 +14,14 @@ } @endphp {{ $page->getMetaLongTitle() }} - - - - - + + + + + @stack('head.meta') @if($search_enabled) - + @endif - @include('cubist::head.social') - \ No newline at end of file + diff --git a/resources/views/head/social.blade.php b/resources/views/head/social.blade.php index 4a4f693..6fdaf45 100644 --- a/resources/views/head/social.blade.php +++ b/resources/views/head/social.blade.php @@ -1,15 +1,14 @@ @php $image=$page->getSocialImage(); @endphp - - - + + @if($image) - + @endif - - + + @if($image) - - + + @endif