From: Vincent Vanwaelscappel Date: Fri, 12 Jul 2019 18:36:14 +0000 (+0200) Subject: #2757 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=e47366390570057b33edc3fbab3595130d2480ec;p=cubist_cms-front.git #2757 --- diff --git a/resources/views/head/head.blade.php b/resources/views/head/head.blade.php index 2bf10b2..f42b4ed 100644 --- a/resources/views/head/head.blade.php +++ b/resources/views/head/head.blade.php @@ -1,3 +1,4 @@ + @include('cubist::head.meta') @include('cubist::head.opengraph') @include('cubist::head.twittercard') @@ -5,3 +6,4 @@ @stack('stylesheets') @include('googletagmanager::head') @include('gtag::head') + \ No newline at end of file diff --git a/resources/views/head/meta.blade.php b/resources/views/head/meta.blade.php index 23fa13a..0bf595d 100644 --- a/resources/views/head/meta.blade.php +++ b/resources/views/head/meta.blade.php @@ -1,6 +1,8 @@ {{$page->meta_title}} + - + -@stack('head.meta') \ No newline at end of file +@stack('head.meta') + \ No newline at end of file