add related posts

This commit is contained in:
2014-03-13 16:18:19 -04:00
parent b5837e5a11
commit 7ea9cb4340
4 changed files with 34 additions and 26 deletions

View File

@ -5,3 +5,9 @@ layout: default
{% include post.html %}
{% include vcard.html %}
<h3>related posts</h3>
{% for post in site.related_posts limit:5 %}
{% include article_list.html %}
{% endfor %}