net/_layouts/post.html
2014-03-13 16:18:19 -04:00

14 lines
214 B
HTML

---
layout: default
---
{% assign post=page %}
{% include post.html %}
{% include vcard.html %}
<h3>related posts</h3>
{% for post in site.related_posts limit:5 %}
{% include article_list.html %}
{% endfor %}