From ce3c43aee0c941c9048b1884cfe8af1d5e212531 Mon Sep 17 00:00:00 2001 From: Connor Chan Date: Thu, 17 Sep 2020 13:01:06 -0700 Subject: [PATCH] Add Hubspot tracking code across site and docs Signed-off-by: Connor Chan Signed-off-by: Connor Chan Signed-off-by: Connor Chan --- _includes/hubspot.html | 3 +++ _layouts/default.html | 1 + _layouts/docs.html | 1 + 3 files changed, 5 insertions(+) create mode 100644 _includes/hubspot.html diff --git a/_includes/hubspot.html b/_includes/hubspot.html new file mode 100644 index 00000000..8a676fcd --- /dev/null +++ b/_includes/hubspot.html @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index 1965b88b..be815fc1 100755 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -29,5 +29,6 @@
{{ content }}
{% include footer.html %} {% include google-analytics.html %} + {% include hubspot.html %} diff --git a/_layouts/docs.html b/_layouts/docs.html index 09e1c1f4..2cee3e0e 100755 --- a/_layouts/docs.html +++ b/_layouts/docs.html @@ -189,5 +189,6 @@ } {% include google-analytics.html %} + {% include hubspot.html %}