Don't use spaces on the json
This commit is contained in:
parent
562bc157ee
commit
23e7866ba9
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ func indexJson(data interface{}) ([]byte, error) {
|
||||||
"count": index.Count,
|
"count": index.Count,
|
||||||
"news": news,
|
"news": news,
|
||||||
"tags": index.Tags,
|
"tags": index.Tags,
|
||||||
"last added": books,
|
"last_added": books,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue