Reverted forum style, used for genres now

This commit is contained in:
2016-11-20 03:02:33 +09:00
parent e17f377dc6
commit 9794a09f12
17 changed files with 127 additions and 70 deletions

View File

@ -25,5 +25,5 @@ func Get(ctx *aero.Context) string {
thread.Init()
}
return ctx.HTML(components.Forum(threads))
return ctx.HTML(components.Forum(tag, threads))
}