Add missing alt text.
This commit is contained in:
parent
2c87f82ca7
commit
314d1be443
|
@ -7,7 +7,7 @@
|
|||
<h1>
|
||||
<a href="{{ site.url }}/">
|
||||
<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>
|
||||
</h1>
|
||||
</div>
|
||||
|
|
|
@ -17,7 +17,7 @@ layout: news
|
|||
{{ page.date | date_to_string }}
|
||||
</span>
|
||||
<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 }}
|
||||
</a>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue