1
Fork 0
blog/_includes/single_page.html

16 lines
333 B
HTML

<div class="post">
<h2 class="heading">
<a href="{{post.url}}">{{post.title}}</a>
</h2>
{% if post.date %}
<p class="date">
<time pubdate class=published datetime="{{post.date}}">
{{post.date | date_to_string}}
</time>
(by <span rel=author>Jan-Erik</span>)
</p>
{% endif %}
{{post.content}}
</div>