Minor changes

This commit is contained in:
2016-11-03 00:00:17 +09:00
parent fa848a63ea
commit eacf0e2399
5 changed files with 93 additions and 16 deletions

13
pages/genres/genres.pixy Normal file
View File

@ -0,0 +1,13 @@
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)