From e9a6f679fad90170296f8e97d70a47ec8e99c392 Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Sun, 25 May 2014 15:07:19 -0700 Subject: rename to Quill --- controllers/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'controllers/auth.php') 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(); -- cgit v1.2.3