From 615a90efeee69224fc91accd0fc1462a2961a6b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Wed, 30 Nov 2016 00:43:05 +0100 Subject: [PATCH] Add www.vieuxsinge.com in the links --- pelican.conf.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pelican.conf.py b/pelican.conf.py index a2bef99..aea8fad 100644 --- a/pelican.conf.py +++ b/pelican.conf.py @@ -22,9 +22,10 @@ LOCALE = "fr_FR.utf8" DEFAULT_DATE_FORMAT = ('%d %B %Y') LINKS = [ - ('Code', 'https://github.com/almet'), - ('Messages courts', 'https://twitter.com/ametaireau'), + ('Brasserie du Vieux Singe', 'https://www.vieuxsinge.com'), ('A propos', 'http://blog.notmyidea.org/pages/about.html') + ('Messages courts', 'https://twitter.com/ametaireau'), + ('Code', 'https://github.com/almet'), ] PIWIK_SERVER_URL = "//piwik.notmyidea.org/"