full layout now works. refactor files and routes to have more conventional names and redirects where necessary

This commit is contained in:
Michael Q Larson
2015-01-26 11:38:19 -08:00
parent 48e535b9c5
commit f8343d4c13
8 changed files with 36 additions and 29 deletions

View File

@ -142,7 +142,7 @@ module.exports = {
debug('User err: ', err);
next(err);
}
res.render('resources/about', {
res.render('resources/learn-to-code', {
title: 'About Free Code Camp and Our Team of Volunteers',
daysRunning: daysRunning,
nonprofitProjects: nonprofitProjects,