Update post.html

This commit is contained in:
Holger Reinhardt 2015-11-06 16:16:53 +01:00
parent d240f3e914
commit 50855b74c2
1 changed files with 7 additions and 7 deletions

View File

@ -3,16 +3,16 @@ layout: default
---
<article class="post">
<h3>{{page.title}}</h3>
<h1>{{page.title}}</h1>
<p>
<small>
<span>{{page.date | date: "%B %d, %Y" }}</span>
/
<span>by {{page.author}}</span>
</small>
<p>
<span>{{page.date | date: "%B %d, %Y" }}</span>
/
<span>by {{page.author}}</span>
</p>
<hr/>
<div class="entry">
{{ content }}
</div>