diff --git a/content/includes/meta.blade.php b/content/includes/meta.blade.php index 44e08de..3a682b3 100644 --- a/content/includes/meta.blade.php +++ b/content/includes/meta.blade.php @@ -15,7 +15,7 @@ -@elseif(Route::currentRouteName() == 'page.show') +@elseif(str_starts_with(Route::currentRouteName(), 'page.'))