From a148bf71106448a26952760dbc6ff018068db625 Mon Sep 17 00:00:00 2001 From: Victor Date: Wed, 28 Dec 2016 22:16:43 +0100 Subject: [PATCH] test de l'activation de piwik dans la conf globale --- pelicanconf.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pelicanconf.py b/pelicanconf.py index 5297e98..dd52ed6 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -79,5 +79,9 @@ DEFAULT_METADATA = { 'lang': 'fr', } +#Tracking +PIWIK_URL = 'http://analyse.victor-hery.com' +PIWIK_SITE_ID = 5 + # Uncomment following line if you want document-relative URLs when developing #RELATIVE_URLS = True