character-ref/src/sebin/clothing.md

18 lines
408 B
Markdown

---
eleventyNavigation:
key: Clothing
order: 5
---
Sebin knows how to dress!
<slider>
<ref-img webc:for="ref of Array(4).keys()"
:@src="`ref-clothes-${ref + 1}.png`"
:@alt="$data.galleryClothing[ref].alt"
:@href="$data.galleryClothing[ref].href"
:@char="$data.firstName.toLowerCase()"
:@artist="$data.galleryClothing[ref].artist"
:@dropshadow="false"
></ref-img>
</slider>