Update TODO, better index title
[vchess.git] / routes / all.js
index 819b1e2..ca09be5 100644 (file)
@@ -6,7 +6,7 @@ const Variants = require("../variants");
 // Home
 router.get('/', function(req, res, next) {
   res.render('index', {
-               title: 'Express',
+               title: 'club',
                variantArray: Variants, //JSON.stringify(Variants)
        });
 });