2012-01-02 23:15:05 -05:00
|
|
|
---
|
|
|
|
layout: default
|
|
|
|
---
|
|
|
|
{% assign post=page %}
|
|
|
|
{% include post.html %}
|
|
|
|
|
|
|
|
{% include vcard.html %}
|
2014-03-13 16:18:19 -04:00
|
|
|
|
|
|
|
<h3>related posts</h3>
|
|
|
|
{% for post in site.related_posts limit:5 %}
|
|
|
|
{% include article_list.html %}
|
|
|
|
{% endfor %}
|
|
|
|
|