Skip to content

lawrencewoodman/related_posts-jekyll_plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Replaces jekyll's related_posts function to use tags to calculate relationships

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages