Skip to content

Commit

Permalink
Add img alt
Browse files Browse the repository at this point in the history
  • Loading branch information
luost26 committed Oct 23, 2024
1 parent 89d08ee commit f1d0a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/widgets/profile_card.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
{% endif %}
<div class="ml-auto d-md-none">
<a target="_blank" href="{{ site.data.profile.portrait_url | relative_url }}">
<img src="{{ site.data.profile.portrait_url | relative_url }}" class="rounded-circle" style="height: 48px;">
<img src="{{ site.data.profile.portrait_url | relative_url }}" class="rounded-circle" style="height: 48px;" alt="Portrait">
</a>
</div>
</div>
Expand Down

0 comments on commit f1d0a99

Please sign in to comment.