This would be a good way to track GA code during development, however the check is failing on GitHub. Note, dev environment w/ flag set to production was verified to include tracking code.
{% if jekyll.environment == "production" %}
{% include analytics.html %}
{% endif %}