mirror of
https://github.com/boostorg/website-v2.git
synced 2026-02-27 17:42:08 +00:00
📝 Missed a display_name
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
>{{ library.name }}</a>
|
||||
{% for author in library.authors.all %}
|
||||
{% if author.image %}
|
||||
<img src="{{ author.image.url }}" class="inline rounded w-[30px] float-right" alt="{{ author.get_full_name }}" />
|
||||
<img src="{{ author.image.url }}" class="inline rounded w-[30px] float-right" alt="{{ author.get_display_name }}" />
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</h3>
|
||||
|
||||
Reference in New Issue
Block a user