diff options
author | vulonkaaz <7442677+vulonkaaz@users.noreply.github.com> | 2025-07-15 11:28:27 +0200 |
---|---|---|
committer | vulonkaaz <7442677+vulonkaaz@users.noreply.github.com> | 2025-07-15 11:28:27 +0200 |
commit | c4bed581043b8b681f3b2744570badb11bc605a6 (patch) | |
tree | b5216df67a2ca1117bb6eb9b707d7adbe3786163 /controllers/pages.go | |
parent | 767c21188b3ca0cebda5a05a78eff0f72105256d (diff) |
Diffstat (limited to 'controllers/pages.go')
-rw-r--r-- | controllers/pages.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controllers/pages.go b/controllers/pages.go index cb1b82b..fd2229d 100644 --- a/controllers/pages.go +++ b/controllers/pages.go @@ -9,7 +9,7 @@ import ( ) const maxThreadsPerPage = 24 -const maxBanner = 12 // dont forget to increment whenever we add more +const maxBanner = 13 // dont forget to increment whenever we add more func ThreadList(c *fiber.Ctx) error { db := database.DB |