diff options
Diffstat (limited to 'simple-bootstrap/templates/base.html')
-rwxr-xr-x | simple-bootstrap/templates/base.html | 1 |
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> |