mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Merge pull request #1177 from tcg/tcg/pep8-in-conf
Update spacing in pelicanconf.py.in
This commit is contained in:
commit
257f9ce1ed
1 changed files with 4 additions and 4 deletions
|
|
@ -18,10 +18,10 @@ CATEGORY_FEED_ATOM = None
|
||||||
TRANSLATION_FEED_ATOM = None
|
TRANSLATION_FEED_ATOM = None
|
||||||
|
|
||||||
# Blogroll
|
# Blogroll
|
||||||
LINKS = (('Pelican', 'http://getpelican.com/'),
|
LINKS = (('Pelican', 'http://getpelican.com/'),
|
||||||
('Python.org', 'http://python.org/'),
|
('Python.org', 'http://python.org/'),
|
||||||
('Jinja2', 'http://jinja.pocoo.org/'),
|
('Jinja2', 'http://jinja.pocoo.org/'),
|
||||||
('You can modify those links in your config file', '#'),)
|
('You can modify those links in your config file', '#'),)
|
||||||
|
|
||||||
# Social widget
|
# Social widget
|
||||||
SOCIAL = (('You can add links in your config file', '#'),
|
SOCIAL = (('You can add links in your config file', '#'),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue