add related posts
This commit is contained in:
@ -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 %}
|
||||
|
||||
|
Reference in New Issue
Block a user