summaryrefslogtreecommitdiff
path: root/_includes/analytics.html
blob: 46ba91d03337d8bf025ffd7a67dbbc4de6b44059 (plain)
1
2
3
4
5
6
7
{%- 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 -%}