edavis10 (owner)

Revisions

gist: 227616 Download_button fork
public
Public Clone URL: git://gist.github.com/227616.git
Embed All Files: show embed
_layouts/post.html #
1
2
3
4
5
6
  <h3 class="content">Related articles</h3>
  <ul class="related">
    {% for post in site.related_posts limit:5 %}
      <li><a href="{{ post.url }}">{{ post.title }}</a></li>
    {% endfor %}
  </ul>