12 lines
335 B
Text
12 lines
335 B
Text
|
{% if site.analytics.provider and page.analytics != false %}
|
||
|
|
||
|
{% case site.analytics.provider %}
|
||
|
{% when "google" %}
|
||
|
{% include /analytics-providers/google %}
|
||
|
{% when "google-universal" %}
|
||
|
{% include /analytics-providers/google-universal %}
|
||
|
{% when "custom" %}
|
||
|
{% include /analytics-providers/custom %}
|
||
|
{% endcase %}
|
||
|
|
||
|
{% endif %}
|