Fixed title on genre pages

This commit is contained in:
2016-11-20 05:04:33 +09:00
parent 76fee33c7d
commit cc1a57095b
2 changed files with 4 additions and 4 deletions

View File

@ -15,5 +15,5 @@ func Get(ctx *aero.Context) string {
return err.Error()
}
return ctx.HTML(components.Genre(genre.Name, genre.AnimeList))
return ctx.HTML(components.Genre(genre))
}