Files
fundor333.com/themes/fugu/layouts/partials/webmention/repost-of.html
Fundor333 4715eb1ec6 fix
2024-02-11 01:47:32 +01:00

9 lines
386 B
HTML

<div class="col-1">
<a class="reaction img-text" rel="ugc" title="{{.author.name}} replied" href="{{.url}}">
<img class="mention-img shadow-lg bg-body-tertiary" src="{{.author.photo}}" loading="lazy" decoding="async" alt="{{.author.name}}" onerror="this.src='/img/gatto.jpg'"
onerror="this.src='/img/alternative.jpg'">
</a>
<div class='centered-text-img'>🔁</div>
</div>