From f3327b471e4ef4e97b465c648d86478ad0513942 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wxcaf=C3=A9=20=28Cl=C3=A9ment=20Hertling=29?= Date: Wed, 5 Feb 2020 08:57:59 -0500 Subject: [PATCH] Updates a few footer links --- pelicanconf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index 215e7a5..6ce2645 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -48,11 +48,11 @@ MARKDOWN = { SOCIAL = ( ('twitter', 'https://twitter.com/wxcafe'), ('pencil-square-o', 'https://social.wxcafe.net/@wxcafe'), - ('github', 'https://github.com/wxcafe'), + ('git', 'https://git.wxcafe.net/wxcafe'), ('envelope', 'mailto://wxcafe@wxcafe.net'), ('key', 'https://pub.wxcafe.net/wxcafe.asc'), - ('map-o', 'https://www.openstreetmap.org/relation/105146'), - ('code', 'https://github.com/wxcafe/blog-source'), + ('map-o', 'https://www.openstreetmap.org/node/2511020426'), + ('code', 'https://git.wxcafe.net/wxcafe/blog-source'), ) # Categories on right-side bar but not on top menu