Fixed title on genre pages
This commit is contained in:
@ -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))
|
||||
}
|
||||
|
Reference in New Issue
Block a user