tweaking post layout

This commit is contained in:
Holger Reinhardt 2015-11-06 15:55:13 +01:00
parent 4b931dcaef
commit 00c5ea3412

View file

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