From 57d4738f2d3067c14f55c24414abe396e75e28a9 Mon Sep 17 00:00:00 2001 From: Mauricio de Abreu Antunes Date: Mon, 23 Nov 2015 10:08:17 -0200 Subject: [PATCH] Update social link It is not your Github username anymore. --- pelican.conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelican.conf.py b/pelican.conf.py index 6bee25d..ebadca0 100644 --- a/pelican.conf.py +++ b/pelican.conf.py @@ -22,7 +22,7 @@ LOCALE = "fr_FR.utf8" DEFAULT_DATE_FORMAT = ('%d %B %Y') LINKS = [ - ('Code', 'https://github.com/ametaireau'), + ('Code', 'https://github.com/almet'), ('Messages courts', 'https://twitter.com/ametaireau'), ('A propos', 'http://blog.notmyidea.org/pages/about.html') ]