Minor changes
This commit is contained in:
13
pages/genres/genres.pixy
Normal file
13
pages/genres/genres.pixy
Normal 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)
|
Reference in New Issue
Block a user