links iterated through on the page. TODO formatting and adding more data.

This commit is contained in:
A. Drake
2015-03-23 23:55:24 -04:00
parent 0bf68fea5f
commit dbc57dd0cb
3 changed files with 13 additions and 9 deletions

View File

@@ -112,6 +112,7 @@ exports.returnIndividualBonfire = function(req, res, next) {
compliment: resources.randomCompliment(),
bonfires: bonfire,
bonfireHash: bonfire._id,
MDNkeys: bonfire.MDNlinks,
MDNlinks: getMDNlinks(bonfire.MDNlinks)
});