From b74fb5f5b0c4b15bb7437c8a6f82e2540f3e0563 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Sat, 30 Oct 2010 17:24:12 +0100 Subject: [PATCH] Add github. --- pelican.conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pelican.conf.py b/pelican.conf.py index ecd2311..c91815d 100644 --- a/pelican.conf.py +++ b/pelican.conf.py @@ -13,4 +13,5 @@ SITEROLL = (('Biologeek', 'http://biologeek.org'), ('Zubin Mithra', "http://zubin71.wordpress.com/"),) SOCIAL = (('twitter', 'http://twitter.com/ametaireau'), - ('lastfm', 'http://lastfm.com/user/akounet'),) + ('lastfm', 'http://lastfm.com/user/akounet'), + ('github', 'http://github.com/ametaireau'),)