update the title on bonfire.js
This commit is contained in:
@ -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) {
|
||||||
|
Reference in New Issue
Block a user