1
Fork 0
blog/_includes/single_page.html

16 lines
379 B
HTML
Raw Normal View History

2011-08-25 10:20:25 +00:00
<div class="post">
<h2 class="heading">
<a href="{{site.baseurl}}{{post.url | replace_first: '/'}}">{{post.title}}</a>
2011-08-25 10:20:25 +00:00
</h2>
{% if post.date %}
<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"}}
</time>
(by <span rel=author>Jan-Erik</span>)
</p>
2011-08-25 10:20:25 +00:00
{% endif %}
{{post.content}}
</div>