From c717d3f306e8eeafb4c24e14fbd6137168b0c193 Mon Sep 17 00:00:00 2001 From: Lionel Sambuc Date: Fri, 30 May 2014 22:16:18 +0200 Subject: [PATCH] Adding facebook link --- pelicanconf.py | 2 +- publishconf.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index 8e7b640..0c8e5da 100755 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -83,7 +83,7 @@ LINKS = ( # Social widget SOCIAL = ( - #('facebook', 'https://www.facebook.com/lionel.sambuc'), + ('facebook', 'https://www.facebook.com/lionel.sambuc'), ('linkedin', 'https://www.linkedin.com/in/lionelsambuc'), ('google+', 'https://plus.google.com/113198308632164585389/posts'), ('github', 'http://github.com/sambuc'), diff --git a/publishconf.py b/publishconf.py index e042e5e..3202f3a 100755 --- a/publishconf.py +++ b/publishconf.py @@ -86,7 +86,7 @@ LINKS = ( # Social widget SOCIAL = ( - #('facebook', 'https://www.facebook.com/lionel.sambuc'), + ('facebook', 'https://www.facebook.com/lionel.sambuc'), ('linkedin', 'https://www.linkedin.com/in/lionelsambuc'), ('google+', 'https://plus.google.com/113198308632164585389/posts'), ('github', 'http://github.com/sambuc'), @@ -190,4 +190,4 @@ TAG_URL = 'tag/{slug}/' TAG_SAVE_AS = 'tag/{slug}/index.html' TAGS_URL = 'tag/' -TAGS_SAVE_AS = 'tag/index.html' \ No newline at end of file +TAGS_SAVE_AS = 'tag/index.html'