feat: ✨ add artist credit for profile picture
This commit is contained in:
parent
deceea3071
commit
b0b745b2eb
5 changed files with 43 additions and 5 deletions
|
@ -21,6 +21,9 @@ layout: base.webc
|
|||
:width="[100, 200, 300, 400, 500, 600]"
|
||||
sizes="(min-width: 120em) 250px, (min-width: 64em) 200px, 100px"
|
||||
></eleventy-image>
|
||||
<template webc:nokeep slot="credit">
|
||||
© <a :href="$data.avatar.href" target="_blank" @text="$data.avatar.artist"></a>
|
||||
</template>
|
||||
<template webc:nokeep slot="name" @text="fullName"></template>
|
||||
<template webc:nokeep slot="species" @text="species"></template>
|
||||
<traits :@traits="$data.getTraits()"></traits>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue