Better html title and feed titles.
This commit is contained in:
@@ -28,6 +28,9 @@ class HomeController extends Controller
|
||||
*/
|
||||
public function showIndex()
|
||||
{
|
||||
return View::make('index', ['components' => $this->component->all()]);
|
||||
return View::make('index', [
|
||||
'components' => $this->component->all(),
|
||||
'pageTitle' => Setting::get('app_name')
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user