Don't assume a page's meta title should have APP_NAME appended to it

This commit is contained in:
Kevin MacMartin 2024-04-10 15:35:19 -04:00
parent 031aca199c
commit bffabed0c1

View file

@ -44,8 +44,6 @@ class Meta extends DashboardModel
'description' => 'The requested page cannot be found', 'description' => 'The requested page cannot be found',
'keywords' => '' 'keywords' => ''
]; ];
} else {
$page['title'] = $page['title'] . ' | ' . env('APP_NAME');
} }
} }