Add missing apostrophe

This commit is contained in:
Michael Rose 2016-04-04 14:21:47 -04:00
parent b2611c3f2e
commit 0e385bece2

View file

@ -4,6 +4,6 @@
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', {{ site.analytics.google.tracking_id }}', 'auto');
ga('create', '{{ site.analytics.google.tracking_id }}', 'auto');
ga('send', 'pageview');
</script>