Skip to content

Commit 8315e84

Browse files
author
Andrew Ellison
authored
Merge pull request #801 from gruntwork-io/feature/CORE-914-tag-cleanup
Move hubspot to GTM
2 parents 6b18a2b + 145ae13 commit 8315e84

File tree

2 files changed

+64
-4
lines changed

2 files changed

+64
-4
lines changed

_includes/scripts.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
<script src="/assets/js/{{ js_file }}.js" type="text/javascript"></script>
1010
{% endfor %} {% endif %} {% if site.gtm_id %}
1111

12-
<!-- HubSpot Embed Code per https://knowledge.hubspot.com/reports/install-the-hubspot-tracking-code -->
13-
<script type="text/javascript" id="hs-script-loader" async defer src="//js.hs-scripts.com/8376079.js"></script>
14-
1512
<!-- Google Tag Manager (noscript) -->
1613
<noscript>
1714
<iframe
@@ -25,7 +22,7 @@
2522
<!-- End Google Tag Manager (noscript) -->
2623
<script
2724
async
28-
src="https://cdnjs.cloudflare.com/ajax/libs/autotrack/2.4.1/autotrack.js"
25+
src="{{ site.assets_base_url }}js/autotrack.js"
2926
></script>
3027

3128
{% if page.use_recaptcha %}

0 commit comments

Comments
 (0)