diff options
author | Aaron Parecki <aaron@parecki.com> | 2014-05-24 14:58:23 -0700 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2014-05-24 14:58:23 -0700 |
commit | 24291110d649c9e1834df37e609ef8b9f4c0012d (patch) | |
tree | 5869156f705abe92ee06b11a70bf5eecf25570be | |
parent | dd3501838d8c7aa51c54123a15dc9be54d55df2e (diff) |
fix title
-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 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(); |