Sequels page is now linked on profiles
This commit is contained in:
@ -4,7 +4,6 @@ import (
|
||||
"github.com/aerogo/layout"
|
||||
"github.com/animenotifier/notify.moe/pages/explore"
|
||||
"github.com/animenotifier/notify.moe/pages/explore/explorecolor"
|
||||
"github.com/animenotifier/notify.moe/pages/explore/explorerelations"
|
||||
"github.com/animenotifier/notify.moe/pages/explore/halloffame"
|
||||
)
|
||||
|
||||
@ -15,6 +14,5 @@ func Register(l *layout.Layout) {
|
||||
l.Page("/explore/anime/:year/:season/:status/:type", explore.Filter)
|
||||
l.Page("/explore/color/:color/anime", explorecolor.AnimeByAverageColor)
|
||||
l.Page("/explore/color/:color/anime/from/:index", explorecolor.AnimeByAverageColor)
|
||||
l.Page("/explore/sequels", explorerelations.Sequels)
|
||||
l.Page("/halloffame", halloffame.Get)
|
||||
}
|
||||
|
Reference in New Issue
Block a user