Increased default quotes count

This commit is contained in:
Eduard Urbach 2019-08-30 14:22:00 +09:00
parent ac96a87a02
commit b32005cdee
Signed by: akyoto
GPG Key ID: C874F672B1AF20C0

View File

@ -8,7 +8,7 @@ import (
"github.com/animenotifier/notify.moe/utils/infinitescroll"
)
const maxQuotes = 12
const maxQuotes = 15
// Latest renders the latest quotes.
func Latest(ctx aero.Context) error {