Skip to content

Commit 33cc7c4

Browse files
committed
Merge pull request Phlow#8 from brice/gh-pages
Correct display of analytics id
2 parents aa982cd + 0f3895c commit 33cc7c4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_includes/footer_scripts.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
1717
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
1818

19-
ga('create', '{{ if site.google_analytics_tracking_id }}', 'auto');
19+
ga('create', '{{ site.google_analytics_tracking_id }}', 'auto');
2020
ga('set', 'anonymizeIp', true);
2121
ga('send', 'pageview');
2222

2323
</script>
24-
{% endif %}
24+
{% endif %}

0 commit comments

Comments
 (0)