Started editing and adding real content.

This commit is contained in:
José Carlos Cuevas 2013-06-01 23:18:02 +02:00
parent f583606b5d
commit e3fe70ad60
2 changed files with 2 additions and 2 deletions

View file

@ -65,7 +65,7 @@ app.get('/', function (req, res) {
});
database.each("SELECT * FROM players", function(err, row) {
players.push(row);
players.push(row.name);
});
});

View file

@ -9,7 +9,7 @@ block content
ul
if player_list
each player in player_list
li #{player.name}
li #{player}
block sidebar
.widget