restore google

This commit is contained in:
Infominer 2020-02-14 11:11:19 -05:00
parent e42118de77
commit 343bc6a9cc

View File

@ -1,5 +1,16 @@
{% if jekyll.environment == 'production' and 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 "google-gtag" %}
{% include /analytics-providers/google-gtag.html %}
{% when "custom" %}
{% include /analytics-providers/custom.html %}
{% endcase %}
<!-- Ticksel v1.0 -->
<script type="text/javascript">
var _tcfg = _tcfg || [];