Skip to content

Commit b7112ed

Browse files
author
Steve Krouse
committed
remove infinite loop
1 parent 5edb0c0 commit b7112ed

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

_includes/analytics.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1-
{% include analytics.html %}
1+
<script>
2+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
3+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
4+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
5+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
6+
7+
ga('create', 'UA-103157758-1', 'auto');
8+
ga('send', 'pageview');
9+
</script>

0 commit comments

Comments
 (0)