Merge pull request #62 from crossplane/hubspot-tracking

Add Hubspot tracking code across site and docs
This commit is contained in:
Connor Chan 2020-09-17 14:21:45 -07:00 committed by GitHub
commit f4bc2ac855
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 0 deletions

3
_includes/hubspot.html Normal file
View File

@ -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 -->

View File

@ -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>

View File

@ -189,5 +189,6 @@
} }
</script> </script>
{% include google-analytics.html %} {% include google-analytics.html %}
{% include hubspot.html %}
</body> </body>
</html> </html>