From cb8c02781b5a7a71c579fa237b369ba4e446703a Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Wed, 25 Mar 2015 15:28:44 +0100 Subject: Updated related post plugin for ignoring a tag --- pelicanconf.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pelicanconf.py') diff --git a/pelicanconf.py b/pelicanconf.py index a6da2bf..c31ac2c 100755 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -54,6 +54,8 @@ PLUGIN_PATHS = ['plugins'] PLUGINS = ['related_posts', 'typogrify'] +RELATED_POSTS_IGNORE_TAGS = ["Libre"] + SUMMARY_MAX_LENGTH=100 DOCUTILS_SETTINGS={ -- cgit v1.2.3