Adjusting post layout with additional metadata

This commit is contained in:
Holger Reinhardt 2015-11-06 14:42:21 +01:00
parent ee459065cb
commit 4b931dcaef
1 changed files with 9 additions and 1 deletions

View File

@ -3,7 +3,15 @@ layout: default
---
<article class="post">
<h1>{{ page.title }}</h1>
<p class='info'>
<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 }}