1
Fork 0
blog/_layouts/post.html

19 lines
398 B
HTML
Raw Normal View History

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