Skip to content

Commit f3b623e

Browse files
authored
Merge pull request #251 from crytic/cdahlheimer-hubspot-tracking
Adding Hubspot tracking script to mdbook config and new js file
2 parents c99c5e3 + 8420c5b commit f3b623e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

book.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ edit-url-template = "https://github.com/crytic/building-secure-contracts/edit/ma
1313
cname = "crytic.github.io/building-secure-contracts"
1414
no-section-label = true
1515
additional-css = ["static/custom.css"]
16+
additional-js = ["static/script.js"]
1617
default-theme = "light"
1718

1819
[output.html.fold]

static/script.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<script type="text/javascript" id="hs-script-loader" async defer src="//js.hs-scripts.com/22554992.js"></script>

0 commit comments

Comments
 (0)