diff options
author | Aaron Parecki <aaron@parecki.com> | 2014-05-25 15:07:19 -0700 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2014-05-25 15:07:19 -0700 |
commit | e9a6f679fad90170296f8e97d70a47ec8e99c392 (patch) | |
tree | 1d09fd04c0dca5391dd5763fb0b219626265b06d /controllers/auth.php | |
parent | 306ffeba189e79af47d95d35c5c6a9d99ad317a5 (diff) |
rename to Quill
Diffstat (limited to 'controllers/auth.php')
-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(); |