1
0
Fork 0
forked from github/pelican

Merge pull request #1177 from tcg/tcg/pep8-in-conf

Update spacing in pelicanconf.py.in
This commit is contained in:
Justin Mayer 2013-12-05 20:10:55 -08:00
commit 257f9ce1ed

View file

@ -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', '#'),