diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2015-03-25 15:28:44 +0100 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2015-03-25 15:28:44 +0100 |
commit | cb8c02781b5a7a71c579fa237b369ba4e446703a (patch) | |
tree | c006b3f9b056a8c6184b4e7988aa9bc9f7e286e3 /pelicanconf.py | |
parent | 13778732313df978dd9fa8b88c0db6cef0ba7a54 (diff) |
Updated related post plugin for ignoring a tag
Diffstat (limited to 'pelicanconf.py')
-rwxr-xr-x | pelicanconf.py | 2 |
1 files changed, 2 insertions, 0 deletions
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={ |