decentralized-id.github.io/_includes/analytics.html

14 lines
468 B
HTML
Raw Permalink Normal View History

2019-03-28 23:40:33 +00:00
{% if jekyll.environment == 'production' and site.analytics.provider and page.analytics != false %}
2020-02-14 16:11:19 +00:00
{% case site.analytics.provider %}
{% when "google" %}
{% include /analytics-providers/google.html %}
{% when "google-universal" %}
{% include /analytics-providers/google-universal.html %}
{% when "google-gtag" %}
{% include /analytics-providers/google-gtag.html %}
{% when "custom" %}
{% include /analytics-providers/custom.html %}
{% endcase %}
2020-05-24 14:01:00 +00:00
{% endif %}