More improvements, keyboard shortcuts working again, extra protection against fatal errors

This commit is contained in:
Nathan Leniz
2015-01-21 17:17:45 -05:00
parent 62648a4103
commit c422f9474b
3 changed files with 8 additions and 2 deletions

View File

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