diff --git a/pelican/plugins/related_posts.py b/pelican/plugins/related_posts.py index b697d488..808d6f47 100644 --- a/pelican/plugins/related_posts.py +++ b/pelican/plugins/related_posts.py @@ -5,7 +5,29 @@ Related posts plugin for Pelican ================================ Adds related_posts variable to article's context + +Settings +-------- +To enable, add + + from pelican.plugins import related_posts + PLUGINS = [related_posts] + +to your settings.py. + +Usage +----- + {% if article.related_posts %} +