update the title on bonfire.js

This commit is contained in:
Michael Q Larson
2015-01-21 15:38:39 -08:00
parent 6202c03d13
commit b1f22ef925

View File

@ -7,7 +7,7 @@ debug = require('debug')('freecc:cntr:bonfires');
*/ */
exports.index = function(req, res) { exports.index = function(req, res) {
res.render('bonfire/bonfire.jade', { res.render('bonfire/bonfire.jade', {
title: 'Learn to code with Bonfire - Free Code Camp' title: 'Learn to code with Bonfire'
}); });
//Bonfire.find({}, null, { sort: { bonfireNumber: 1 } }, function(err, c) { //Bonfire.find({}, null, { sort: { bonfireNumber: 1 } }, function(err, c) {
// if (err) { // if (err) {