net/_layouts/post.html

14 lines
214 B
HTML
Raw Normal View History

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 %}