1
0
Fork 0
mirror of https://github.com/prurigro/hypothetical.git synced 2025-04-17 18:40:17 -04:00

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',
'keywords' => ''
];
} else {
$page['title'] = $page['title'] . ' | ' . env('APP_NAME');
}
}