root.go 🔗
@@ -64,7 +64,7 @@ func (m model) root(writer http.ResponseWriter, request *http.Request) {
countQuery := query.Get("count")
var count int
if len(countQuery) == 0 {
- count = 20
+ count = 15
} else {
count, err = strconv.Atoi(countQuery)
if err != nil {