summaryrefslogtreecommitdiff
path: root/controllers
diff options
context:
space:
mode:
authorAaron Parecki <aaron@parecki.com>2014-05-25 15:07:19 -0700
committerAaron Parecki <aaron@parecki.com>2014-05-25 15:07:19 -0700
commite9a6f679fad90170296f8e97d70a47ec8e99c392 (patch)
tree1d09fd04c0dca5391dd5763fb0b219626265b06d /controllers
parent306ffeba189e79af47d95d35c5c6a9d99ad317a5 (diff)
rename to Quill
Diffstat (limited to 'controllers')
-rw-r--r--controllers/auth.php2
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();