1
0
Fork 0
mirror of synced 2024-06-29 18:11:09 -04:00
yadm/_includes/analytics.html

12 lines
350 B
HTML
Raw Normal View History

2016-09-06 23:18:34 -04:00
{% if site.analytics.provider and page.analytics != false %}
{% case site.analytics.provider %}
{% when "google" %}
{% include /analytics-providers/google.html %}
{% when "google-universal" %}
{% include /analytics-providers/google-universal.html %}
{% when "custom" %}
{% include /analytics-providers/custom.html %}
{% endcase %}
{% endif %}