mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-20 14:21:00 +00:00
Add an alt label identity images. (#137)
This commit is contained in:
parent
dcf2d801b9
commit
8c45a65594
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{% load activity_tags %}
|
||||
<div class="post user">
|
||||
|
||||
<img src="{{ identity.local_icon_url }}" class="icon">
|
||||
<img src="{{ identity.local_icon_url }}" class="icon" alt="Avatar for {{ identity.name_or_handle }}">
|
||||
|
||||
{% if created %}
|
||||
<time>
|
||||
|
|
Loading…
Reference in a new issue