~xdavidwu/xdavidwu.link

1 files changed, 2 insertions(+), 2 deletions(-)

M _includes/analytics-providers/google.html
M _includes/analytics-providers/google.html => _includes/analytics-providers/google.html +2 -2
@@ 1,4 1,4 @@
<script type="text/javascript">
<script>
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', '{{ site.analytics.google.tracking_id }}']);
  {% if site.analytics.google.anonymize_ip == true %}


@@ 11,4 11,4 @@
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();
</script>
\ No newline at end of file
</script>