fix title

This commit is contained in:
Aaron Parecki 2014-05-24 14:58:23 -07:00
parent dd3501838d
commit 24291110d6

View file

@ -60,7 +60,7 @@ $app->get('/', function($format='html') use($app) {
ob_start(); ob_start();
render('index', array( render('index', array(
'title' => 'OwnYourGram', 'title' => 'IndiePost',
'meta' => '' 'meta' => ''
)); ));
$html = ob_get_clean(); $html = ob_get_clean();