Update index.html

This commit is contained in:
Holger Reinhardt 2015-11-06 16:19:54 +01:00
parent 50855b74c2
commit bda353fdda

View file

@ -9,11 +9,9 @@ layout: default
<h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>
<p class='info'>
<span>{{page.date | date: "%B %d, %Y" }}</span>
<span>{{post.date | date: "%B %d, %Y" }}</span>
/
<span>
by {{page.author}}
</span>
<span>by {{post.author}}</span>
</p>
<div class="entry">
@ -23,4 +21,4 @@ layout: default
<a href="{{ site.baseurl }}{{ post.url }}" class="read-more">Read More</a>
</article>
{% endfor %}
</div>
</div>