Set max quotes displayed to 9

This commit is contained in:
Eduard Urbach 2018-03-01 14:43:30 +01:00
parent 2ca11742c1
commit 95a5b08453

View File

@ -10,7 +10,7 @@ import (
"github.com/animenotifier/notify.moe/utils"
)
const maxQuotes = 6
const maxQuotes = 9
// Latest renders the quotes page.
func Latest(ctx *aero.Context) string {