Add missing alt text.
This commit is contained in:
parent
2c87f82ca7
commit
314d1be443
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue