Don't use spaces on the json

This commit is contained in:
Las Zenow 2014-08-30 15:02:51 -05:00
parent 562bc157ee
commit 23e7866ba9

View file

@ -121,7 +121,7 @@ func indexJson(data interface{}) ([]byte, error) {
"count": index.Count,
"news": news,
"tags": index.Tags,
"last added": books,
"last_added": books,
})
}