4e7fce4b19
Guide_3DS@4de4c0b4ba894ce6a0fa7662d951d55cf42fbe56
14 lines
No EOL
468 B
HTML
14 lines
No EOL
468 B
HTML
{% if jekyll.environment == 'production' and site.analytics.provider and page.analytics != false %}
|
|
|
|
{% case site.analytics.provider %}
|
|
{% when "google" %}
|
|
{% include /analytics-providers/google.html %}
|
|
{% when "google-universal" %}
|
|
{% include /analytics-providers/google-universal.html %}
|
|
{% when "google-gtag" %}
|
|
{% include /analytics-providers/google-gtag.html %}
|
|
{% when "custom" %}
|
|
{% include /analytics-providers/custom.html %}
|
|
{% endcase %}
|
|
|
|
{% endif %} |