more tweaking

This commit is contained in:
Holger Reinhardt 2015-11-06 16:01:23 +01:00
parent 00c5ea3412
commit 10eb99e47f

View file

@ -8,6 +8,14 @@ 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'>
<span>{{page.date | date: "%B %d, %Y" }}</span>
/
<span>
by {{page.author}}
</span>
</p>
<div class="entry"> <div class="entry">
{{ post.excerpt }} {{ post.excerpt }}
</div> </div>