summaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2012-08-25 08:52:12 +0200
committerAndreas Maunz <andreas@maunz.de>2012-08-25 08:52:12 +0200
commit1a1823e29b9afc0510e353374e02c00c9204cb0b (patch)
treec46148fefebaa99bcfc33ba8584f80b1c4c638bc /_includes
parent32fa111d3d2a113e62a856a58922dea528c97d68 (diff)
Using related posts plugin from Lawrence Woodman
Diffstat (limited to '_includes')
-rw-r--r--_includes/themes/tom/post.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/_includes/themes/tom/post.html b/_includes/themes/tom/post.html
index 088407a..365b935 100644
--- a/_includes/themes/tom/post.html
+++ b/_includes/themes/tom/post.html
@@ -10,10 +10,10 @@
<div id="related">
<h2>Related Posts</h2>
<ul class="posts">
- {% for post in site.related_posts limit:3 %}
+ {% for post in site.related_posts limit:5 %}
<li><span>{{ post.date | date_to_string }}</span> &raquo; <a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>
</div>
-{% include JB/comments %} \ No newline at end of file
+{% include JB/comments %}