refactor: ♻️ use more of the webc feature set proper
This commit is contained in:
parent
c0b42b82d0
commit
aa410f916a
21 changed files with 678 additions and 723 deletions
|
@ -14,7 +14,7 @@
|
|||
</header>
|
||||
|
||||
<div class="characters">
|
||||
<card webc:for="char of characters" :href="`/${char}/`" webc:nokeep>
|
||||
<card webc:for="char of characters" :href="`/${char}/`">
|
||||
<eleventy-image
|
||||
slot="image"
|
||||
:src="getAvatar(char)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue