Skip to content

Commit 5661e96

Browse files
committed
google analytics in footer
1 parent 19b2ff8 commit 5661e96

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

themes/gophercon/layouts/index.html

+10
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,16 @@ <h4>Embassy Suites</h4>
288288
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
289289

290290
<script src="/bootstrap/js/bootstrap.min.js"></script>
291+
<script>
292+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
293+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
294+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
295+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
296+
297+
ga('create', 'UA-40886074-1', 'auto');
298+
ga('send', 'pageview');
299+
300+
</script>
291301

292302
</body>
293303
</html>

0 commit comments

Comments
 (0)