Add GA option

This commit is contained in:
Quentin Dufour 2015-11-06 15:00:45 +01:00
parent 2465d2308c
commit 02cfd5d324
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', '{{ site.google_analytics }}', 'auto');
ga('require', 'linkid');
ga('send', 'pageview');
</script>
</body>