feat(naming-day): Bailey etc.

This commit is contained in:
Sabe Jones
2015-07-30 19:46:04 -05:00
parent 85584eaa60
commit 65f21619ae
12 changed files with 1256 additions and 1209 deletions

View File

@@ -13,7 +13,7 @@ router.get('/', i18n.getUserLanguage, middleware.locals, function(req, res) {
return res.redirect('/static/front')
return res.render('index', {
title: 'HabitRPG | Your Life, The Role Playing Game',
title: 'Habitica | Your Life The Role Playing Game',
env: res.locals.habitrpg
});
});