Skip to content

Commit

Permalink
update google tracking id
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex authored and Alex committed Jun 17, 2021
1 parent 8bd227f commit 72e2e92
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,12 @@ <h3>Follow</h3>
<!-- </div> -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-25464880-3']);
_gaq.push(['_setAccount', 'UA-25464880-11']);
_gaq.push(['_trackPageview']);
_gaq.push(['b._setAccount', 'UA-25464880-11']);
_gaq.push(['b._trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</script>

0 comments on commit 72e2e92

Please sign in to comment.