tweaking post layout

This commit is contained in:
Holger Reinhardt 2015-11-06 15:55:13 +01:00
parent 4b931dcaef
commit 00c5ea3412
1 changed files with 3 additions and 7 deletions

View File

@ -3,23 +3,19 @@ layout: default
---
<article class="post">
<p class='info'>
<h1><a href="{{page.url}}">{{page.title}}</a></h1>
<p>
<span>{{page.date | date: "%B %d, %Y" }}</span>
/
<span>
by {{page.author}}
</span>
</p>
<h1><a href="{{page.url}}">{{page.title}}</a></h1>
<div class="entry">
{{ content }}
</div>
<div class="date">
Written on {{ page.date | date: "%B %e, %Y" }}
</div>
{% include disqus.html %}
</article>