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 %}