diff options
author | luxagraf <sng@luxagraf.net> | 2018-10-25 14:42:17 +0000 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2018-10-25 14:42:17 +0000 |
commit | c007cb69dac6268e1dd4a772ea56623b0a01367c (patch) | |
tree | 35ea9b7fdccf3c507d3f12232b48307104e89550 /design/templates/base.html | |
parent | 55b73c69e7faf079642d323985dd48b577615dc6 (diff) |
pulled stats from base template, fix layout bug in comments templates
Diffstat (limited to 'design/templates/base.html')
-rw-r--r-- | design/templates/base.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/design/templates/base.html b/design/templates/base.html index cd8a1c5..56eea92 100644 --- a/design/templates/base.html +++ b/design/templates/base.html @@ -82,6 +82,7 @@ </footer> </div> {% block js %}{% endblock%} + {%comment%} <!-- Piwik --> <script type="text/javascript"> var _paq = _paq || []; @@ -98,7 +99,7 @@ _paq.push(['enableLinkTracking']); </script> <noscript><p><img src="//stats.luxagraf.net/piwik.php?idsite=1" style="border:0;" alt="" /></p></noscript> <!-- End Piwik Code --> - +{%endcomment%} </body> </html> |