theme/templates/base.html

changeset 40
2a30ebfd851f
parent 36
9507107a1133
child 67
2c795abff532
--- 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>

mercurial