mirror of https://github.com/crossplane/docs.git
Merge pull request #62 from crossplane/hubspot-tracking
Add Hubspot tracking code across site and docs
This commit is contained in:
commit
f4bc2ac855
|
@ -0,0 +1,3 @@
|
||||||
|
<!-- Start of HubSpot Embed Code -->
|
||||||
|
<script type="text/javascript" id="hs-script-loader" async defer src="//js.hs-scripts.com/5557732.js"></script>
|
||||||
|
<!-- End of HubSpot Embed Code -->
|
|
@ -29,5 +29,6 @@
|
||||||
<div id="content">{{ content }}</div>
|
<div id="content">{{ content }}</div>
|
||||||
{% include footer.html %}
|
{% include footer.html %}
|
||||||
{% include google-analytics.html %}
|
{% include google-analytics.html %}
|
||||||
|
{% include hubspot.html %}
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -189,5 +189,6 @@
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
{% include google-analytics.html %}
|
{% include google-analytics.html %}
|
||||||
|
{% include hubspot.html %}
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue