From 95bc62ced90cefcc1c58540369a23776c2df63e0 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 11 Apr 2020 08:28:12 +0200 Subject: [PATCH] shrink --- pelicanconf.py | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index d2c1f6d..f22c2be 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -12,22 +12,23 @@ TIMEZONE = 'Europe/Paris' DEFAULT_LANG = 'en' -# Feed generation is usually not desired when developing FEED_ALL_ATOM = None CATEGORY_FEED_ATOM = None TRANSLATION_FEED_ATOM = None AUTHOR_FEED_ATOM = None AUTHOR_FEED_RSS = None -# Blogroll -LINKS = (('Pelican', 'http://getpelican.com/'), - ('Python.org', 'http://python.org/'), - ('Jinja2', 'http://jinja.pocoo.org/'), - ('You can modify those links in your config file', '#'),) +LINKS = ( +('Pelican', 'http://getpelican.com/'), +('Python.org', 'http://python.org/'), +('Jinja2', 'http://jinja.pocoo.org/'), +('You can modify those links in your config file', '#'), +) -# Social widget -SOCIAL = (('You can add links in your config file', '#'), - ('Another social link', '#'),) +SOCIAL = ( +('You can add links in your config file', '#'), +('Another social link', '#'), +) DEFAULT_PAGINATION = False