Fix validation error on home page. #1508.

This commit is contained in:
Parker Moore 2013-09-06 22:58:14 -04:00
parent 71a8843ecd
commit 3b2ae1d9c3
1 changed files with 1 additions and 1 deletions

View File

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