Add alt tag to post author <img> tag in site. #1508.
This commit is contained in:
parent
2eb2a15bd3
commit
bc0b541e77
|
@ -14,7 +14,7 @@
|
||||||
{{ post.date | date_to_string }}
|
{{ post.date | date_to_string }}
|
||||||
</span>
|
</span>
|
||||||
<a href="https://github.com/{{ post.author }}" class="post-author">
|
<a href="https://github.com/{{ post.author }}" class="post-author">
|
||||||
<img src="https://github.com/{{ post.author }}.png" class="avatar" />
|
<img src="https://github.com/{{ post.author }}.png" class="avatar" alt="{{ post.author }}"/>
|
||||||
{{ post.author }}
|
{{ post.author }}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue