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

14 lines
244 B
HTML

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