diff options
Diffstat (limited to 'controllers')
-rw-r--r-- | controllers/auth.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controllers/auth.php b/controllers/auth.php index 57c2ba4..4686745 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' => 'IndiePost', + 'title' => 'Quill', 'meta' => '' )); $html = ob_get_clean(); |