diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2015-03-21 11:32:09 +0100 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2015-03-25 21:30:13 +0100 |
commit | 3fcddf78f965a2c5ee0a9602708899fb0e72a7c0 (patch) | |
tree | e6e1ea32bde1e0e98be7e5595172a12938ea74b7 /pelicanconf.py | |
parent | 9823d9e70be435e5a86f9d51489d85b6c6ba7a69 (diff) |
Article on sailfish developpement
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={ |