diff --git a/_includes/footer_scripts.html b/_includes/footer_scripts.html
index d3141ac..ace1b49 100755
--- a/_includes/footer_scripts.html
+++ b/_includes/footer_scripts.html
@@ -16,9 +16,9 @@
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', '{{ if site.google_analytics_tracking_id }}', 'auto');
+ ga('create', '{{ site.google_analytics_tracking_id }}', 'auto');
ga('set', 'anonymizeIp', true);
ga('send', 'pageview');
-{% endif %}
\ No newline at end of file
+{% endif %}