Working webmentions

This commit is contained in:
Thomas Sileo 2022-07-10 16:04:37 +02:00
parent 229feb23db
commit 1b3c76ee2f
3 changed files with 19 additions and 3 deletions

View file

@ -157,7 +157,7 @@
<div class="actor-box h-card p-author">
<div class="icon-box">
<img src="{{ actor.resized_icon_url }}" class="actor-icon">
<img src="{{ actor.resized_icon_url }}" class="actor-icon u-photo">
</div>
<a href="{{ actor.url }}" class="u-url" style="">
<div><strong>{{ actor.display_name | clean_html(actor) | safe }}</strong></div>