New genre overview
This commit is contained in:
11
pages/dashboard/dashboard.go
Normal file
11
pages/dashboard/dashboard.go
Normal file
@ -0,0 +1,11 @@
|
||||
package dashboard
|
||||
|
||||
import (
|
||||
"github.com/aerogo/aero"
|
||||
"github.com/animenotifier/notify.moe/components"
|
||||
)
|
||||
|
||||
// Get ...
|
||||
func Get(ctx *aero.Context) string {
|
||||
return ctx.HTML(components.Dashboard())
|
||||
}
|
@ -1,17 +1,4 @@
|
||||
component Dashboard
|
||||
section
|
||||
header
|
||||
h2 ARN 4.0
|
||||
p Shht! The next version of notify.moe is currently being built here.
|
||||
hr
|
||||
ul
|
||||
li
|
||||
a.ajax(href="/anime/21499") Sousei no Onmyouji
|
||||
li
|
||||
a.ajax(href="/anime/1000001") RWBY
|
||||
li
|
||||
a(href="/api/anime/1000001") RWBY (JSON API)
|
||||
li
|
||||
a.ajax(href="/genres") Genre Overview
|
||||
li
|
||||
a(href="/all/anime") All anime titles on notify.moe (text file)
|
||||
h2 Dash
|
Reference in New Issue
Block a user