diff --git a/controllers/auth.php b/controllers/auth.php index 208f0f8..57c2ba4 100644 --- a/controllers/auth.php +++ b/controllers/auth.php @@ -60,7 +60,7 @@ $app->get('/', function($format='html') use($app) { ob_start(); render('index', array( - 'title' => 'OwnYourGram', + 'title' => 'IndiePost', 'meta' => '' )); $html = ob_get_clean();