summaryrefslogtreecommitdiff
path: root/controllers
diff options
context:
space:
mode:
authorAaron Parecki <aaron@parecki.com>2014-05-24 14:58:23 -0700
committerAaron Parecki <aaron@parecki.com>2014-05-24 14:58:23 -0700
commit24291110d649c9e1834df37e609ef8b9f4c0012d (patch)
tree5869156f705abe92ee06b11a70bf5eecf25570be /controllers
parentdd3501838d8c7aa51c54123a15dc9be54d55df2e (diff)
fix title
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 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();