fix title
This commit is contained in:
parent
dd3501838d
commit
24291110d6
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue