Merge pull request #1511 from mojombo/fix-validation-errors
Fix W3C Validation Errors On jekyllrb.com
This commit is contained in:
commit
04e1f1087f
|
@ -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="249px" height="115px" alt="">
|
<img src="{{ site.url }}/img/logo-2x.png" width="249" height="115" alt="">
|
||||||
</a>
|
</a>
|
||||||
</h1>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -14,11 +14,11 @@
|
||||||
{{ 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>
|
||||||
<p class="post-content">
|
<div class="post-content">
|
||||||
{{ post.content }}
|
{{ post.content }}
|
||||||
</p>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
|
|
Loading…
Reference in New Issue