Anime character refresh

This commit is contained in:
2017-07-13 08:23:20 +02:00
parent db4d362fb3
commit d6155bf3a1
9 changed files with 54 additions and 9 deletions

View File

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