17 lines
531 B
HTML
17 lines
531 B
HTML
|
<!-- Gauges -->
|
||
|
<script type="text/javascript">
|
||
|
var _gauges = _gauges || [];
|
||
|
(function() {
|
||
|
var t = document.createElement('script');
|
||
|
t.type = 'text/javascript';
|
||
|
t.async = true;
|
||
|
t.id = 'gauges-tracker';
|
||
|
t.setAttribute('data-site-id', '{{ GUAGES }}');
|
||
|
t.setAttribute('data-track-path', 'https://track.gaug.es/track.gif');
|
||
|
t.src = 'https://track.gaug.es/track.js';
|
||
|
var s = document.getElementsByTagName('script')[0];
|
||
|
s.parentNode.insertBefore(t, s);
|
||
|
})();
|
||
|
</script>
|
||
|
<!-- End Gauges -->
|