From 8420c5bcbd8d7b5b8afaf440b5854734956574e2 Mon Sep 17 00:00:00 2001 From: Chris Dahlheimer Date: Thu, 16 Mar 2023 12:23:52 -0400 Subject: [PATCH] Adding Hubspot tracking script to Hugo config and new js file --- book.toml | 1 + static/script.js | 1 + 2 files changed, 2 insertions(+) create mode 100644 static/script.js diff --git a/book.toml b/book.toml index cc9aba2d..123a57b3 100644 --- a/book.toml +++ b/book.toml @@ -13,6 +13,7 @@ edit-url-template = "https://github.com/crytic/building-secure-contracts/edit/ma cname = "crytic.github.io/building-secure-contracts" no-section-label = true additional-css = ["static/custom.css"] +additional-js = ["static/script.js"] default-theme = "light" [output.html.fold] diff --git a/static/script.js b/static/script.js new file mode 100644 index 00000000..603e0e5a --- /dev/null +++ b/static/script.js @@ -0,0 +1 @@ +