add polls to home page and fix up styles just a little bit

This commit is contained in:
ansuz
2016-07-15 18:49:50 +02:00
parent 7dd1624206
commit d0ce8f2ca1
4 changed files with 122 additions and 1 deletions

View File

@@ -34,7 +34,8 @@ define([
var padTypes = {
'/pad/': 'Pad',
'/code/': 'Code'
'/code/': 'Code',
'/poll/': 'Poll',
};
var truncateTitle = function (title, len) {