]> _ Git - cubist_cms-front.git/commitdiff
#2896
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 16 Jul 2019 17:15:30 +0000 (19:15 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 16 Jul 2019 17:15:30 +0000 (19:15 +0200)
resources/views/head/meta.blade.php

index 9d711fd5124b72c37ce86c64dc93557334eef910..0956f1716860bdee07daa69ed98230d025751b59 100644 (file)
@@ -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;
     }