12 lines
No EOL
329 B
Text
12 lines
No EOL
329 B
Text
{% if site.safe and site.JB.analytics.engine and page.JB.analytics != false %}
|
|
|
|
{% case site.JB.analytics.engine %}
|
|
{% when "google" %}
|
|
{% include JB/analytics-engines/google %}
|
|
{% when "getclicky" %}
|
|
{% include JB/analytics-engines/getclicky %}
|
|
{% when "custom" %}
|
|
{% include custom/analytics %}
|
|
{% endcase %}
|
|
|
|
{% endif %} |