summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Grunt <pgrunt@redhat.com>2015-10-12 13:47:43 +0200
committerPavel Grunt <pgrunt@redhat.com>2015-10-12 13:47:43 +0200
commitb3112bad32e8a6fc4898a3b7b1f27a8fba270306 (patch)
tree148d721599cd6e2582dd6dd83a5f9ba97c85e48d
parentcf72bded89c9cec2ddaae3f121279558f6547496 (diff)
template: Remove Social footer
-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