aboutsummaryrefslogtreecommitdiffstats
path: root/simple-bootstrap/templates/base.html
diff options
context:
space:
mode:
authorStefan Muthers <muthers@climate.unibe.ch>2014-10-23 13:49:18 +0200
committerStefan Muthers <muthers@climate.unibe.ch>2014-10-23 13:49:18 +0200
commitb028b73bab51d11fe625b7b46bc0a80e9e1cccd5 (patch)
tree7296177312002329136519f328a27a9cd2465759 /simple-bootstrap/templates/base.html
parent4f930ce5f6691c452307f1c779168051e7024850 (diff)
downloadpelican-themes-b028b73bab51d11fe625b7b46bc0a80e9e1cccd5.zip
pelican-themes-b028b73bab51d11fe625b7b46bc0a80e9e1cccd5.tar.gz
pelican-themes-b028b73bab51d11fe625b7b46bc0a80e9e1cccd5.tar.bz2
+ piwik support for simple-bootstrab
Diffstat (limited to 'simple-bootstrap/templates/base.html')
-rwxr-xr-xsimple-bootstrap/templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/simple-bootstrap/templates/base.html b/simple-bootstrap/templates/base.html
index 68b8a10..d9c71b9 100755
--- a/simple-bootstrap/templates/base.html
+++ b/simple-bootstrap/templates/base.html
@@ -59,5 +59,6 @@
</footer><!-- /#contentinfo -->
</div><!-- container -->
{% include 'analytics.html' %}
+ {% include 'piwik.html' %}
</body>
</html>