Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 690 Bytes

README.rdoc

File metadata and controls

19 lines (15 loc) · 690 Bytes

related_posts

This is a jekyll plugin that overrides the built in related_posts function to calculate related posts based on a posts’ tags.

Installation

To register it as a plugin, copy _plugins/related_posts.rb to the _plugins directory of your jekyll project.

How to use it

The plugin replaces the functionality of site.related_posts so you can use it as follows:

{% for post in site.related_posts %}
  <a href="{{ post.url }}">{{ post.title }}</a><br />
{% endfor %}

Licence

Copyright © 2011-2012, Lawrence Woodman This software is licensed under an MIT Licence. Please see the file, LICENCE.rdoc, for details.