mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-23 16:34:10 -05:00
Don't assume a page's meta title should have APP_NAME appended to it
This commit is contained in:
parent
031aca199c
commit
bffabed0c1
1 changed files with 0 additions and 2 deletions
|
@ -44,8 +44,6 @@ class Meta extends DashboardModel
|
|||
'description' => 'The requested page cannot be found',
|
||||
'keywords' => ''
|
||||
];
|
||||
} else {
|
||||
$page['title'] = $page['title'] . ' | ' . env('APP_NAME');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue