summaryrefslogtreecommitdiff
path: root/_site_build/_includes/google_analytics.html
diff options
context:
space:
mode:
Diffstat (limited to '_site_build/_includes/google_analytics.html')
-rw-r--r--_site_build/_includes/google_analytics.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/_site_build/_includes/google_analytics.html b/_site_build/_includes/google_analytics.html
new file mode 100644
index 0000000..1af92a9
--- /dev/null
+++ b/_site_build/_includes/google_analytics.html
@@ -0,0 +1,6 @@
+<script>
+ window._gaq = [['_setAccount','{{ site.google_ua }}'],['_trackPageview'],['_trackPageLoadTime']];
+ Modernizr.load({
+ load: ('https:' == location.protocol ? '//ssl' : '//www') + '.google-analytics.com/ga.js'
+ });
+</script>