From 23e7866ba94c7c7252cc12995af56535c7c27fa3 Mon Sep 17 00:00:00 2001 From: Las Zenow Date: Sat, 30 Aug 2014 15:02:51 -0500 Subject: [PATCH] Don't use spaces on the json --- template.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.go b/template.go index 8bd60af..cffe764 100644 --- a/template.go +++ b/template.go @@ -121,7 +121,7 @@ func indexJson(data interface{}) ([]byte, error) { "count": index.Count, "news": news, "tags": index.Tags, - "last added": books, + "last_added": books, }) }