remove old analytics tag, added new one
parent
d0506a484e
commit
b61a0eeb57
|
|
@ -4,16 +4,4 @@
|
|||
<a href="https://creativecommons.org/licenses/by/3.0/" title="Creative Commons Attribution">Some rights reserved</a>.
|
||||
Powered by <a href="https://vdhsn.com">Hugo</a>.
|
||||
</p>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
var _gaq = _gaq || [];
|
||||
_gaq.push(["_setAccount", "UA-XYSYXYSY-X"]);
|
||||
_gaq.push(["_trackPageview"]);
|
||||
|
||||
(function() {
|
||||
var ga = document.createElement("script");
|
||||
ga.src = ("https:" == document.location.protocol ? "https://ssl" : "http://www") + ".google-analytics.com/ga.js";
|
||||
ga.setAttribute("async", "true");
|
||||
document.documentElement.firstChild.appendChild(ga);
|
||||
})();
|
||||
</script>
|
||||
</div>
|
||||
|
|
@ -8,3 +8,13 @@
|
|||
<!-- open ID stuff -->
|
||||
<link rel="openid2.provider" href="https://www.google.com/accounts/o8/ud">
|
||||
<link rel="openid2.local_id" href="https://profiles.google.com/adamveld12">
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-155338921-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-155338921-1');
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Reference in New Issue