mirror of
https://github.com/CoderSherlock/CoderSherlock.github.io.git
synced 2026-08-03 15:11:54 -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 -%}
|