{% for file in site.static_files %} {% if file.basename == 'favicon' %} {% break %} {% endif %} {% endfor %} {% if jekyll.environment == 'production' and site.google_analytics %} {% include google-analytics.html %} {% endif %}