1
Fork 0
blog/_includes/single_page.html
Jan-Erik Rediger 33d50fde7b init
2011-08-25 12:20:25 +02:00

11 lines
225 B
HTML

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