full layout now works. refactor files and routes to have more conventional names and redirects where necessary
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user