From a57b48698eaa8a14c5fcc9b2136d3a9620428213 Mon Sep 17 00:00:00 2001 From: makefu Date: Tue, 18 Feb 2014 08:26:51 +0100 Subject: add piwik integration to gum --- gum/templates/base.html | 2 +- gum/templates/piwik.html | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100755 gum/templates/piwik.html (limited to 'gum') diff --git a/gum/templates/base.html b/gum/templates/base.html index afae24d..bc0fa93 100644 --- a/gum/templates/base.html +++ b/gum/templates/base.html @@ -147,9 +147,9 @@ {% include 'disqus_script.html' %} +{% include 'piwik.html' %} - diff --git a/gum/templates/piwik.html b/gum/templates/piwik.html new file mode 100755 index 0000000..ff459af --- /dev/null +++ b/gum/templates/piwik.html @@ -0,0 +1,16 @@ +{% if PIWIK_URL and PIWIK_SITE_ID %} + +{% endif %} \ No newline at end of file -- cgit v1.1