add goatcounter analytics
This commit is contained in:
parent
1672955f88
commit
108f0c3837
1 changed files with 12 additions and 0 deletions
|
@ -70,5 +70,17 @@
|
||||||
</form>
|
</form>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
(function() {
|
||||||
|
window.counter = 'https://sdbs_pile.goatcounter.com/count'
|
||||||
|
|
||||||
|
var script = document.createElement('script');
|
||||||
|
script.async = 1;
|
||||||
|
script.src = '//gc.zgo.at/count.js';
|
||||||
|
var ins = document.getElementsByTagName('script')[0];
|
||||||
|
ins.parentNode.insertBefore(script, ins)
|
||||||
|
})();
|
||||||
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue