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

9 lines
360 B
HTML

<div class="col-2">
<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>