Pull some useful changes from aborted branch

This commit is contained in:
Michael Q Larson
2015-04-16 23:54:26 -07:00
parent d2fae63310
commit d10011acc3
4 changed files with 147 additions and 110 deletions

View File

@@ -8,7 +8,7 @@ exports.index = function(req, res) {
res.redirect('/challenges/')
} else {
res.render('home', {
title: 'Learn to Code and Become a Software Engineer'
title: 'Learn to Code JavaScript and get a Coding Job by Helping Nonprofits'
});
}
};