Update post.html

This commit is contained in:
Holger Reinhardt 2015-11-06 16:11:28 +01:00
parent 0e13f8a704
commit d240f3e914

View file

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