diff --git a/pelicanconf.py b/pelicanconf.py index 870837daf64ab08a507c92fcf97ba0ec4258271c..d9a49e57d10d7472636e1c01ab124a722237675a 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -26,8 +26,9 @@ LINKS = (('Pelican', 'http://getpelican.com/'), ('You can modify those links in your config file', '#'),) # Social widget -SOCIAL = (('You can add links in your config file', '#'), - ('Another social link', '#'),) +SOCIAL = (('XMPP / Jabber', 'xmpp:nik@mercurius.teckids.org'), + ('Movim-Microblog', 'https://commu.teckids.org/movim/?blog/nik%40mercurius.teckids.org'), + ('Twitter', 'https://www.twitter.com/Natureshadow'),) DEFAULT_PAGINATION = 10