mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
Update GoatCounter script
This commit is contained in:
parent
145777deae
commit
9ab8e66a0e
2 changed files with 2 additions and 15 deletions
|
@ -26,18 +26,4 @@
|
|||
</div>
|
||||
<span class="copyright">Copyright © 2004 – <%= Date.today.year %> Wesley Moore</span>
|
||||
</footer>
|
||||
<script>
|
||||
(function() {
|
||||
if (window.location.hostname.indexOf('localhost') > -1) {
|
||||
return;
|
||||
}
|
||||
|
||||
var script = document.createElement('script');
|
||||
window.counter = 'https://binarytrance.goatcounter.com/count'
|
||||
script.async = 1;
|
||||
script.src = '//static.goatcounter.com/count.min.js';
|
||||
|
||||
var ins = document.getElementsByTagName('script')[0];
|
||||
ins.parentNode.insertBefore(script, ins)
|
||||
})();
|
||||
</script>
|
||||
<script data-goatcounter="https://binarytrance.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
<a href="https://github.com/wezm/wezm.net">Source on GitHub</a>
|
||||
</div>
|
||||
</footer>
|
||||
<script data-goatcounter="https://binarytrance.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
|
Loading…
Reference in a new issue