From b27bbb823572def89b97de7e5c7cb36cbd896810 Mon Sep 17 00:00:00 2001
From: Dominik George <nik@naturalnet.de>
Date: Mon, 25 Dec 2017 10:48:33 +0100
Subject: [PATCH] Update social media box.

---
 pelicanconf.py | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pelicanconf.py b/pelicanconf.py
index 870837d..d9a49e5 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
 
-- 
GitLab