mirror of
https://github.com/Decentralized-ID/decentralized-id.github.io.git
synced 2024-12-12 00:54:23 -05:00
testing testing
This commit is contained in:
parent
cdf7c87866
commit
e42118de77
@ -1,14 +1,17 @@
|
|||||||
{% if jekyll.environment == 'production' and site.analytics.provider and page.analytics != false %}
|
{% if jekyll.environment == 'production' and site.analytics.provider and page.analytics != false %}
|
||||||
|
|
||||||
{% case site.analytics.provider %}
|
<!-- Ticksel v1.0 -->
|
||||||
{% when "google" %}
|
<script type="text/javascript">
|
||||||
{% include /analytics-providers/google.html %}
|
var _tcfg = _tcfg || [];
|
||||||
{% when "google-universal" %}
|
(function() {
|
||||||
{% include /analytics-providers/google-universal.html %}
|
_tcfg.push(["tags", ""]);
|
||||||
{% when "google-gtag" %}
|
var u="https://cdn.ticksel.com/js/analytics_v1.0.js"; _tcfg.push(["account_id", 8091180]);
|
||||||
{% include /analytics-providers/google-gtag.html %}
|
var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0];
|
||||||
{% when "custom" %}
|
g.type="text/javascript"; g.async=true; g.src=u; g.setAttribute("crossorigin", "anonymous");
|
||||||
{% include /analytics-providers/custom.html %}
|
g.setAttribute("integrity", "sha256-7grd8jMivCG0iCcJ7m/Ny4gvWb0mPVpFhRQovLkaUl8=");
|
||||||
{% endcase %}
|
s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
</script>
|
||||||
|
<noscript><img src="https://beacon.ticksel.com/beam?account_id=8091180&referrer=&tags=" style="border:0;" width="0" height="0" alt="" /></noscript>
|
||||||
|
<!-- End Ticksel Code -->
|
||||||
{% endif %}
|
{% endif %}
|
Loading…
Reference in New Issue
Block a user