Add missing alt text.

This commit is contained in:
XhmikosR 2014-03-12 09:19:33 +02:00
parent 2c87f82ca7
commit 314d1be443
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
<h1> <h1>
<a href="{{ site.url }}/"> <a href="{{ site.url }}/">
<span>Jekyll</span> <span>Jekyll</span>
<img src="{{ site.url }}/img/logo-2x.png" width="249" height="115" alt=""> <img src="{{ site.url }}/img/logo-2x.png" width="249" height="115" alt="Logo">
</a> </a>
</h1> </h1>
</div> </div>

View File

@ -17,7 +17,7 @@ layout: news
{{ page.date | date_to_string }} {{ page.date | date_to_string }}
</span> </span>
<a href="https://github.com/{{ page.author }}" class="post-author"> <a href="https://github.com/{{ page.author }}" class="post-author">
<img src="https://github.com/{{ page.author }}.png" class="avatar"> <img src="https://github.com/{{ page.author }}.png" class="avatar" alt="{{ page.author }}">
{{ page.author }} {{ page.author }}
</a> </a>
</div> </div>