Implemented anime list basics
This commit is contained in:
@ -27,5 +27,7 @@ func Get(ctx *aero.Context) string {
|
||||
threads = threads[:maxPosts]
|
||||
}
|
||||
|
||||
return ctx.HTML(components.Profile(viewUser, user, threads))
|
||||
animeList := viewUser.AnimeList()
|
||||
|
||||
return ctx.HTML(components.Profile(viewUser, user, animeList, threads))
|
||||
}
|
||||
|
Reference in New Issue
Block a user