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

@@ -14,7 +14,7 @@ exports.returnChallenge = function(req, res, next) {
next(err);
}
res.render('challenges/show', {
title: 'Challenge',
title: 'Challenge: ' + c.name,
name: c.name,
video: c.video,
time: c.time,