diff --git a/content/includes/meta.blade.php b/content/includes/meta.blade.php index 6a9ac77..7772a52 100644 --- a/content/includes/meta.blade.php +++ b/content/includes/meta.blade.php @@ -10,18 +10,12 @@ - - - - - - - - + +@if(Route::currentRouteName() == 'index') + -@if(Route::currentRouteName() == 'index') - +@elseif(Route::currentRouteName() == 'page.show') @@ -31,10 +25,14 @@ - + + +@elseif(Route::currentRouteName() == 'lists.show' and isset($content)) + -@elseif(Route::currentRouteName() == 'content' and isset($content)) + +@elseif(Route::currentRouteName() == 'contents.show' and isset($content))