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