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