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

7 lines
365 B
HTML

<div class="col-2 text-center ">
<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/alternative.jpg'">
<div class="centered-text-img">❤️</div>
</a>
</div>