make Mark Howard's SEO changes, make navbar look better, hide footer on landing page, update meta tags'
This commit is contained in:
@@ -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
|
||||
});
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user