--- a/theme/templates/base.html Tue Mar 15 16:23:22 2016 +0100 +++ b/theme/templates/base.html Tue Mar 15 16:23:38 2016 +0100 @@ -34,6 +34,9 @@ {% if TAG_FEED_RSS and tag %} <link href="{{ FEED_DOMAIN }}/{{ TAG_FEED_RSS|format(tag.slug) }}" type="application/rss+xml" rel="alternate" title="{{ SITENAME }} Tags RSS Feed" /> {% endif %} + {% if PIWIK %} + {{PIWIK}} + {% endif %} {% endblock head %} </head> <body>