mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Website: Add HubSpot script tag to layouts (#10863)
Changes: - Added a HubSpot script tag to fleetdm.com .
This commit is contained in:
parent
2ae011b962
commit
4510cb2bc8
4 changed files with 8 additions and 0 deletions
2
website/views/layouts/layout-customer.ejs
vendored
2
website/views/layouts/layout-customer.ejs
vendored
|
|
@ -99,6 +99,8 @@
|
|||
a.parentNode.insertBefore(r,a)}(window,document,'ip2c','script');
|
||||
ip2c('verify', '8416878');
|
||||
</script>
|
||||
<% /* HubSpot Embed Code */ %>
|
||||
<script type="text/javascript" id="hs-script-loader" async defer src="//js-na1.hs-scripts.com/24385138.js"></script>
|
||||
<% }
|
||||
/* Otherwise, any such scripts are excluded, and we instead inject a
|
||||
robots/noindex meta tag to help prevent any unwanted visits from search engines. */
|
||||
|
|
|
|||
2
website/views/layouts/layout-landing.ejs
vendored
2
website/views/layouts/layout-landing.ejs
vendored
|
|
@ -99,6 +99,8 @@
|
|||
a.parentNode.insertBefore(r,a)}(window,document,'ip2c','script');
|
||||
ip2c('verify', '8416878');
|
||||
</script>
|
||||
<% /* HubSpot Embed Code */ %>
|
||||
<script type="text/javascript" id="hs-script-loader" async defer src="//js-na1.hs-scripts.com/24385138.js"></script>
|
||||
<meta name="robots" content="noindex">
|
||||
<% }
|
||||
/* Otherwise, any such scripts are excluded, and we instead inject a
|
||||
|
|
|
|||
2
website/views/layouts/layout-sandbox.ejs
vendored
2
website/views/layouts/layout-sandbox.ejs
vendored
|
|
@ -100,6 +100,8 @@
|
|||
a.parentNode.insertBefore(r,a)}(window,document,'ip2c','script');
|
||||
ip2c('verify', '8416878');
|
||||
</script>
|
||||
<% /* HubSpot Embed Code */ %>
|
||||
<script type="text/javascript" id="hs-script-loader" async defer src="//js-na1.hs-scripts.com/24385138.js"></script>
|
||||
<% }
|
||||
/* Otherwise, any such scripts are excluded, and we instead inject a
|
||||
robots/noindex meta tag to help prevent any unwanted visits from search engines. */
|
||||
|
|
|
|||
2
website/views/layouts/layout.ejs
vendored
2
website/views/layouts/layout.ejs
vendored
|
|
@ -101,6 +101,8 @@
|
|||
a.parentNode.insertBefore(r,a)}(window,document,'ip2c','script');
|
||||
ip2c('verify', '8416878');
|
||||
</script>
|
||||
<% /* HubSpot Embed Code */ %>
|
||||
<script type="text/javascript" id="hs-script-loader" async defer src="//js-na1.hs-scripts.com/24385138.js"></script>
|
||||
<% }
|
||||
/* Otherwise, any such scripts are excluded, and we instead inject a
|
||||
robots/noindex meta tag to help prevent any unwanted visits from search engines. */
|
||||
|
|
|
|||
Loading…
Reference in a new issue