fix: 🩹 do not add attributes to parent component that do not belong there
This commit is contained in:
parent
9d9e00c560
commit
778e206f9a
4 changed files with 46 additions and 46 deletions
|
@ -5,10 +5,10 @@ eleventyNavigation:
|
|||
---
|
||||
|
||||
<ref-img
|
||||
src="ref-SFW.png"
|
||||
alt="Viktor Ref"
|
||||
artist="sabertoofs"
|
||||
href="https://bsky.app/profile/sabertoofs.bsky.social"
|
||||
:@src="`ref-SFW.png`"
|
||||
:@alt="`Viktor Ref`"
|
||||
:@artist="`sabertoofs`"
|
||||
:@href="`https://bsky.app/profile/sabertoofs.bsky.social`"
|
||||
:@char="$data.firstName.toLowerCase()"
|
||||
:@dropshadow="true"
|
||||
></ref-img>
|
||||
|
@ -22,10 +22,10 @@ His forehead, nose, chest, belly and crotch are of light desert sand colors that
|
|||
His cheeks, shoulders, back and thighs, in contrast, stand out with a rich walnut brown, which is also found on the sides of his tail. From the back of his head, down his spine and across the top of his tail is a continuous strip of deep dark cedar brown. Arms and legs are distinguished by a light earthy brown.
|
||||
|
||||
<ref-img
|
||||
src="pinup-SFW.png"
|
||||
alt="Viktor Ref"
|
||||
artist="sabertoofs"
|
||||
href="https://bsky.app/profile/sabertoofs.bsky.social"
|
||||
:@src="`pinup-SFW.png`"
|
||||
:@alt="`Viktor Ref`"
|
||||
:@artist="`sabertoofs`"
|
||||
:@href="`https://bsky.app/profile/sabertoofs.bsky.social`"
|
||||
:@char="$data.firstName.toLowerCase()"
|
||||
:@dropshadow="true"
|
||||
></ref-img>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue