Update post.html

This commit is contained in:
Holger Reinhardt 2015-11-06 16:16:53 +01:00
parent d240f3e914
commit 50855b74c2

View file

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