{%- if jekyll.environment != 'development' -%}

{%- if site.analytics.provider == 'google' -%}
  {%- include analytics-providers/google.html -%}
{%- elsif site.analytics.provider == 'custom' -%}
  {%- include analytics-providers/custom.html -%}
{%- endif -%}

{%- endif -%}