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'