summaryrefslogtreecommitdiff
path: root/_includes/JB/analytics
blob: 6dd24061e701a9ffbee03bf69e797c326c222627 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{% 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 %}