mirror of
https://codeberg.org/VnPower/PixivFE
synced 2024-12-06 19:16:23 +01:00
7 lines
176 B
HTML
7 lines
176 B
HTML
<div class="artwork-author">
|
|
<a href="/users/{{ .ArtistID }}"
|
|
><img src="{{ .ArtistAvatar }}" alt="{{ .ArtistName }}" />
|
|
<span>{{ .ArtistName }}</span></a
|
|
>
|
|
</div>
|