From b13b4a86e72371835a4cdcf3ad3bab56762ea0fd Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Tue, 3 Jul 2012 10:45:14 +0200 Subject: o Improved front page. --- routes/index.js | 1 - 1 file changed, 1 deletion(-) (limited to 'routes') diff --git a/routes/index.js b/routes/index.js index 5f2c79c..ce0d6aa 100644 --- a/routes/index.js +++ b/routes/index.js @@ -13,7 +13,6 @@ function urlgenerator(req) { exports.index = function(req, res){ res.render('index', { - title: 'Collection+JSON Explorer', host: req.headers.host }); }; -- cgit v1.2.3