summaryrefslogtreecommitdiff
path: root/srv/src/api/render.go
diff options
context:
space:
mode:
Diffstat (limited to 'srv/src/api/render.go')
-rw-r--r--srv/src/api/render.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/srv/src/api/render.go b/srv/src/api/render.go
index 6359505..cacdb26 100644
--- a/srv/src/api/render.go
+++ b/srv/src/api/render.go
@@ -42,7 +42,7 @@ func mustParseTpl(name string) *template.Template {
func (a *api) renderIndexHandler() http.Handler {
tpl := mustParseTpl("index.html")
- const pageCount = 20
+ const pageCount = 10
return http.HandlerFunc(func(rw http.ResponseWriter, r *http.Request) {