From 673d8e1719fd0f06d08607dc725ab330b8aa9763 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 12 Dec 2019 19:11:49 +0100 Subject: [PATCH] wip #3262 --- resources/views/head/head.blade.php | 2 +- resources/views/head/link.blade.php | 3 +++ resources/views/head/meta.blade.php | 17 +++++++---------- resources/views/head/social.blade.php | 15 +++++++-------- 4 files changed, 18 insertions(+), 19 deletions(-) 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 -- 2.39.5