summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pelicanconf.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index 6a04e17..729d1a1 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -20,14 +20,14 @@ 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