[TWIG][NOTE] Note's author avatar size defined.
This commit is contained in:
parent
2cbdd43660
commit
efafc9f7eb
@ -5,7 +5,7 @@
|
|||||||
{# TODO: this should link to the note's user profile? #}
|
{# TODO: this should link to the note's user profile? #}
|
||||||
<strong class="note-author u-url">
|
<strong class="note-author u-url">
|
||||||
{# Microformat's h-card properties indicates a face icon is a "u-logo" #}
|
{# Microformat's h-card properties indicates a face icon is a "u-logo" #}
|
||||||
<img class="u-logo avatar" src="{{ note.getAvatarUrl() }}" alt="{{ nickname }}'s avatar">
|
<img class="u-logo avatar" src="{{ note.getAvatarUrl() }}" alt="{{ nickname }}'s avatar" width="32px" height="32px">
|
||||||
{{ nickname }}
|
{{ nickname }}
|
||||||
</strong>
|
</strong>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user