Added genre lists

This commit is contained in:
2016-11-03 09:01:23 +09:00
parent eacf0e2399
commit 8f3ef01285
6 changed files with 52 additions and 38 deletions

@ -1,13 +0,0 @@
component GenreOverview
section
header
h2 Genres
each genre in Genres
p
a(href="/genres/" + arn.FixGenre(genre))
Icon(GenreIcons[genre])
span= genre
component Icon(name string)
i(class="fa fa-fw fa-" + name)