wip from prod
This commit is contained in:
@ -27,7 +27,7 @@ use TheTempusProject\TheTempusProject as App;
|
||||
class Home extends Controller {
|
||||
public function index() {
|
||||
self::$title = '{SITENAME}';
|
||||
self::$pageDescription = 'AllTheBookmarks.com is here to provide you a better, faster, and easier way - to manage bookmarks across multiple browser and multiple devices seamlessly.';
|
||||
self::$pageDescription = 'AllTheBookmarks.com is here to provide you a better, faster, and easier - way to manage bookmarks across multiple browsers and devices seamlessly.';
|
||||
if ( App::$isLoggedIn ) {
|
||||
return Views::view( 'bookmarks.introduction' );
|
||||
}
|
||||
|
Reference in New Issue
Block a user