2011-08-25 10:20:25 +00:00
|
|
|
<div class="post">
|
|
|
|
<h2 class="heading">
|
2014-09-19 09:14:39 +00:00
|
|
|
<a href="{{site.baseurl}}{{post.url | replace_first: '/'}}">{{post.title}}</a>
|
2011-08-25 10:20:25 +00:00
|
|
|
</h2>
|
|
|
|
{% if post.date %}
|
2012-08-07 19:45:09 +00:00
|
|
|
<p class="date">
|
|
|
|
<time pubdate class=published datetime="{{post.date}}">
|
2014-07-27 11:20:31 +00:00
|
|
|
{{post.date | date: "%-d %B %Y %H:%M"}}
|
2012-08-07 19:45:09 +00:00
|
|
|
</time>
|
|
|
|
(by <span rel=author>Jan-Erik</span>)
|
|
|
|
</p>
|
2011-08-25 10:20:25 +00:00
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
{{post.content}}
|
|
|
|
</div>
|