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

11
pages/forums/forums.go Normal file
View File

@ -0,0 +1,11 @@
package forums
import (
"github.com/aerogo/aero"
"github.com/animenotifier/notify.moe/pages/forum"
)
// Get ...
func Get(ctx *aero.Context) string {
return forum.Get(ctx)
}