Updated company pages

This commit is contained in:
2018-03-02 00:17:27 +01:00
parent 700bf089bf
commit 99379a5aa4
2 changed files with 18 additions and 9 deletions

View File

@ -40,5 +40,8 @@ func Get(ctx *aero.Context) string {
}
ctx.Data = openGraph
return ctx.HTML(components.CompanyPage(company, user))
studioAnime, producedAnime, licensedAnime := company.Anime()
return ctx.HTML(components.CompanyPage(company, studioAnime, producedAnime, licensedAnime, user))
}