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