mirror of
https://github.com/fergalmoran/dss.git
synced 2026-01-05 08:25:52 +00:00
25 lines
774 B
HTML
Executable File
25 lines
774 B
HTML
Executable File
{% load spa_extras %}
|
|
|
|
{% googleanalyticsjs %}
|
|
|
|
<!-- Piwik -->
|
|
{% comment %}
|
|
<script type="text/javascript">
|
|
var _paq = _paq || [];
|
|
_paq.push(['trackPageView']);
|
|
_paq.push(['enableLinkTracking']);
|
|
(function () {
|
|
var u = (("https:" == document.location.protocol) ? "https" : "http") + "://stats.deepsouthsounds.com//";
|
|
_paq.push(['setTrackerUrl', u + 'piwik.php']);
|
|
_paq.push(['setSiteId', 1]);
|
|
var d = document, g = d.createElement('script'), s = d.getElementsByTagName('script')[0];
|
|
g.type = 'text/javascript';
|
|
g.defer = true;
|
|
g.async = true;
|
|
g.src = u + 'piwik.js';
|
|
s.parentNode.insertBefore(g, s);
|
|
})();
|
|
|
|
</script>
|
|
{% endcomment %}
|
|
<!-- End Piwik Code --> |