Set max quotes displayed to 9
This commit is contained in:
parent
2ca11742c1
commit
95a5b08453
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user