From: Vincent Vanwaelscappel Date: Fri, 30 Aug 2019 18:02:47 +0000 (+0200) Subject: wip #2974 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=2a5e14768572c958ce9fb6f8bac9f43530f8a379;p=cubist_cms-front.git wip #2974 --- diff --git a/resources/views/head/meta.blade.php b/resources/views/head/meta.blade.php index a653740..7181594 100644 --- a/resources/views/head/meta.blade.php +++ b/resources/views/head/meta.blade.php @@ -2,8 +2,6 @@ $search_enabled=!!config('cubist.internal_search',false); $page_short_title=$page->get(['title','name']); - $global_robots=config('cubist.seo_robots',true); - if($search_enabled){ $search_breadcrumbs=CubistMenu::getSearchBreadcrumbs();