Add alt tag to post author <img> tag in site. #1508.

This commit is contained in:
Parker Moore 2013-09-06 23:01:44 -04:00
parent 2eb2a15bd3
commit bc0b541e77
1 changed files with 1 additions and 1 deletions

View File

@ -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>