mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Reinstating mysteriously truncated hubspot analytics.
This commit is contained in:
parent
03765ba65e
commit
de58f673ef
1 changed files with 15 additions and 1 deletions
|
@ -234,4 +234,18 @@
|
||||||
</div>
|
</div>
|
||||||
{% include "versions.html" %}
|
{% include "versions.html" %}
|
||||||
|
|
||||||
<!-- begin
|
<!-- begin analytics -->
|
||||||
|
<script type="text/javascript">
|
||||||
|
var _hsq = _hsq || [];
|
||||||
|
_hsq.push(["setContentType", "standard-page"]);
|
||||||
|
(function(d,s,i,r) {
|
||||||
|
if (d.getElementById(i)){return;}
|
||||||
|
var n = d.createElement(s),e = document.getElementsByTagName(s)[0];
|
||||||
|
n.id=i;n.src = '//js.hs-analytics.net/analytics/'+(Math.ceil(new Date()/r)*r)+'/330046.js';
|
||||||
|
e.parentNode.insertBefore(n, e);
|
||||||
|
})(document, "script", "hs-analytics",300000);
|
||||||
|
</script>
|
||||||
|
<!-- end analytics -->
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in a new issue