Skip to content

Commit f56e411

Browse files
committed
Move google analytics script to footer to avoid clogging the pipes during slowstart
1 parent 91e705e commit f56e411

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docs/_includes/footer.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
55
<p><em>Last updated: {{ site.time | date: "%c" }}</em>
66
</span>
7+
<script src="js/ga.js"></script>
78
<script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.2/anchor.min.js"></script>
89
<script>
910
anchors.options = {

docs/_includes/head.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@
99
<!--[if lt IE 9]>
1010
<script src="js/html5shiv.min.js"></script>
1111
<![endif]-->
12-
<script src="js/ga.js"></script>
1312
<script src="js/avatars.js"></script>
1413
</head>

0 commit comments

Comments
 (0)