1{%- if jekyll.environment != 'development' -%} 2 {%- if site.analytics.provider == 'google' -%} 3 {%- include analytics-providers/google.html -%} 4 {%- elsif site.analytics.provider == 'custom' -%} 5 {%- include analytics-providers/custom.html -%} 6 {%- endif -%} 7{%- endif -%}