summaryrefslogtreecommitdiff
path: root/_includes/JB/analytics
blob: 201eeb345a518d8bcc419a263081f64fc1f6dd6c (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.html %}
{% when "getclicky" %}
  {% include JB/analytics-engines/getclicky.html %}
{% when "custom" %}
  {% include custom/analytics.html %}
{% endcase %}

{% endif %}