From ed8ee9f6f8261d94884513927010ddf2d610879d Mon Sep 17 00:00:00 2001 From: Jochen Breuer Date: Fri, 10 Jun 2011 10:09:43 +0200 Subject: [PATCH] Added Piwik template, include in base.html and some docu for the setting parameters needed to use it. --- pelican/themes/notmyidea/templates/piwik.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pelican/themes/notmyidea/templates/piwik.html diff --git a/pelican/themes/notmyidea/templates/piwik.html b/pelican/themes/notmyidea/templates/piwik.html new file mode 100644 index 00000000..ff459af7 --- /dev/null +++ b/pelican/themes/notmyidea/templates/piwik.html @@ -0,0 +1,16 @@ +{% if PIWIK_URL and PIWIK_SITE_ID %} + +{% endif %} \ No newline at end of file