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'),)