Let's call "Related Posts" what it is..

This commit is contained in:
R. Tyler Croy 2011-05-16 09:24:23 -07:00
parent 58fb1b4ca1
commit 4b7db804c4
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ layout: default
<br/>
<div id="related">
<h3>Related Posts</h3>
<h3>Probably Unrelated Posts</h3>
<ul class="posts">
{% for post in site.related_posts limit:3 %}
<li><span>{{ post.date | date_to_string }}</span> &raquo; <a href="{{ post.url }}">{{ post.title }}</a></li>