From 082ce1dd1909c25bb7bc44229da6fdade803a10e Mon Sep 17 00:00:00 2001 From: Tommy George Date: Tue, 3 Dec 2013 09:48:10 -0600 Subject: [PATCH] Update pelicanconf.py.in pep8 issues --- pelican/tools/templates/pelicanconf.py.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pelican/tools/templates/pelicanconf.py.in b/pelican/tools/templates/pelicanconf.py.in index 00a7ec84..1a02a9de 100644 --- a/pelican/tools/templates/pelicanconf.py.in +++ b/pelican/tools/templates/pelicanconf.py.in @@ -18,10 +18,10 @@ CATEGORY_FEED_ATOM = None TRANSLATION_FEED_ATOM = 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', '#'),