SEO improvements suggested by Mark

This commit is contained in:
Michael Q Larson
2014-11-23 15:08:46 -06:00
parent 842f973c8c
commit d9502856dc
11 changed files with 26 additions and 14 deletions

View File

@@ -13,7 +13,7 @@ exports.index = function(req, res) {
}
} else {
res.render('home', {
title: 'Home'
title: 'Learn to Code and Become a Software Engineer'
});
}
};