From: Vincent Vanwaelscappel Date: Tue, 16 Jul 2019 17:15:30 +0000 (+0200) Subject: #2896 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=4ae06380b2ea442a9e9895c51d12524a88ef75b2;p=cubist_cms-front.git #2896 --- diff --git a/resources/views/head/meta.blade.php b/resources/views/head/meta.blade.php index 9d711fd..0956f17 100644 --- a/resources/views/head/meta.blade.php +++ b/resources/views/head/meta.blade.php @@ -4,7 +4,7 @@ $description=$meta_description ?? $page->meta_description ?? $global->meta_description; $robots=$meta_robots??$page->robots=='1'; }else{ - $title=$meta_description ?? $global->meta_title; + $title=$meta_title ?? $title.' - '.$global->meta_title; $description=$meta_description ?? $global->meta_description; $robots=$meta_robots??true; }