X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=routes%2Findex.js;h=547ae6d154486b37785a506ca43d94a91982c423;hp=d510068ea8c3d139e02d6ab9398d00bf43db09e5;hb=b955c65b942d09d24b5c3bed0d755d4f2f8f71f1;hpb=582df3497b0f91dd4b645386a059eac9e98da1bb diff --git a/routes/index.js b/routes/index.js index d510068e..547ae6d1 100644 --- a/routes/index.js +++ b/routes/index.js @@ -9,7 +9,6 @@ router.get('/', function(req, res, next) { if (!!err) return next(err); res.render('index', { - title: 'club', variantArray: variants, lang: selectLanguage(req, res), });