Added company import

This commit is contained in:
2017-11-27 21:19:17 +01:00
parent 15555f293f
commit a8c5cafa4e
4 changed files with 98 additions and 2 deletions

View File

@ -9,7 +9,7 @@ import (
"github.com/animenotifier/notify.moe/utils"
)
const maxEntries = 12
const maxEntries = 24
// Get renders the companies page.
func Get(ctx *aero.Context) string {