14 lines
No EOL
407 B
Text
14 lines
No EOL
407 B
Text
{% if site.safe and site.JB.analytics.provider and page.JB.analytics != false %}
|
|
|
|
{% case site.JB.analytics.provider %}
|
|
{% when "google" %}
|
|
{% include JB/analytics-providers/google %}
|
|
{% when "getclicky" %}
|
|
{% include JB/analytics-providers/getclicky %}
|
|
{% when "mixpanel" %}
|
|
{% include JB/analytics-providers/mixpanel %}
|
|
{% when "custom" %}
|
|
{% include custom/analytics %}
|
|
{% endcase %}
|
|
|
|
{% endif %} |