Implemented anime characters

This commit is contained in:
2017-07-13 07:53:36 +02:00
parent 84e246d31f
commit a539fa0f83
7 changed files with 104 additions and 10 deletions

4
mixins/Character.pixy Normal file
View File

@ -0,0 +1,4 @@
component Character(character *arn.Character)
a.character(href="#")
img.character-image.lazy(src="", data-src=character.Image, alt=character.Name, title=character.Name)
span.character-name= character.Name