make Mark Howard's SEO changes, make navbar look better, hide footer on landing page, update meta tags'

This commit is contained in:
Michael Q Larson
2015-01-21 14:12:19 -08:00
parent da0180e7eb
commit e5a407eacd
6 changed files with 42 additions and 36 deletions

View File

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