mirror of
https://github.com/CoderSherlock/CoderSherlock.github.io.git
synced 2026-06-13 08:08:10 -07:00
8 lines
282 B
HTML
8 lines
282 B
HTML
{%- 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 -%}
|