mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
18 lines
573 B
Text
18 lines
573 B
Text
|
|
{% if site.safe and site.JB.analytics.provider and page.JB.analytics != false %}
|
||
|
|
|
||
|
|
{% case site.JB.analytics.provider %}
|
||
|
|
{% when "google_classic" %}
|
||
|
|
{% include JB/analytics-providers/google-classic %}
|
||
|
|
{% when "google_universal" %}
|
||
|
|
{% include JB/analytics-providers/google-universal %}
|
||
|
|
{% when "getclicky" %}
|
||
|
|
{% include JB/analytics-providers/getclicky %}
|
||
|
|
{% when "mixpanel" %}
|
||
|
|
{% include JB/analytics-providers/mixpanel %}
|
||
|
|
{% when "piwik" %}
|
||
|
|
{% include JB/analytics-providers/piwik %}
|
||
|
|
{% when "custom" %}
|
||
|
|
{% include custom/analytics %}
|
||
|
|
{% endcase %}
|
||
|
|
|
||
|
|
{% endif %}
|