fix: 🩹 do not add attributes to parent component that do not belong there

This commit is contained in:
Sebin Nyshkim 2025-06-10 16:58:09 +02:00
parent 9d9e00c560
commit 778e206f9a
4 changed files with 46 additions and 46 deletions

View file

@ -52,11 +52,11 @@ gallery: [
---
<ref-img
src="ref-front.png"
alt="Sebin Ref"
artist="draftgon"
href="https://bsky.app/profile/draftgon.bsky.social"
:width="[1000]"
:@src="`ref-front.png`"
:@alt="`Sebin Ref`"
:@artist="`draftgon`"
:@href="`https://bsky.app/profile/draftgon.bsky.social`"
:@width="[1000]"
:@char="$data.firstName.toLowerCase()"
:@dropshadow="true"
></ref-img>
@ -78,11 +78,11 @@ Sebin has a muscular build that he keeps in shape with regular exercise.
## Wings
<ref-img
src="ref-back.png"
alt="Sebin Ref"
artist="draftgon"
href="https://bsky.app/profile/draftgon.bsky.social"
:width="[1000]"
:@src="`ref-back.png`"
:@alt="`Sebin Ref`"
:@artist="`draftgon`"
:@href="`https://bsky.app/profile/draftgon.bsky.social`"
:@width="[1000]"
:@char="$data.firstName.toLowerCase()"
:@dropshadow="true"
></ref-img>
@ -96,11 +96,11 @@ Sebin's wings have a span of about 4.17 meters (13'8"). They function very much
## Head
<ref-img
src="ref-expressions.png"
alt="Sebin's expressions"
artist="draftgon"
href="https://bsky.app/profile/draftgon.bsky.social"
:width="[1000]"
:@src="`ref-expressions.png`"
:@alt="`Sebin's expressions`"
:@artist="`draftgon`"
:@href="`https://bsky.app/profile/draftgon.bsky.social`"
:@width="[1000]"
:@char="$data.firstName.toLowerCase()"
:@dropshadow="true"
></ref-img>
@ -114,11 +114,11 @@ Despite what one might expect with reptilians, Sebin's pupils are rounded instea
## Upper body
<ref-img
src="ref-upper-body.png"
alt="Sebin's upper body closeup"
artist="Nidhogg"
href="https://bsky.app/profile/nidthedragon.bsky.social"
:width="[1000]"
:@src="`ref-upper-body.png`"
:@alt="`Sebin's upper body closeup`"
:@artist="`Nidhogg`"
:@href="`https://bsky.app/profile/nidthedragon.bsky.social`"
:@width="[1000]"
:@char="$data.firstName.toLowerCase()"
:@dropshadow="true"
></ref-img>
@ -137,10 +137,10 @@ An assortment of additional references how Sebin can be drawn.
<ref-gallery>
<ref-img webc:for="ref of [...Array(9).keys()]"
:src="`ref-muscle-${ref + 1}.png`"
:alt="$data.gallery[ref].alt"
:width="[500, 1000]"
:href="$data.gallery[ref].href"
:@src="`ref-muscle-${ref + 1}.png`"
:@alt="$data.gallery[ref].alt"
:@width="[500, 1000]"
:@href="$data.gallery[ref].href"
:@artist="$data.gallery[ref].artist"
:@char="$data.firstName.toLowerCase()"
:@dropshadow="false"
@ -150,11 +150,11 @@ An assortment of additional references how Sebin can be drawn.
## Penis
<ref-img
src="ref-penis.png"
alt="Sebin's manly parts"
artist="draftgon"
href="https://bsky.app/profile/draftgon.bsky.social"
:width="[500, 1000]"
:@src="`ref-penis.png`"
:@alt="`Sebin's manly parts`"
:@artist="`draftgon`"
:@href="`https://bsky.app/profile/draftgon.bsky.social`"
:@width="[500, 1000]"
:@char="$data.firstName.toLowerCase()"
:@dropshadow="true"
></ref-img>