diff options
| -rw-r--r-- | site/_includes/analytics.html | 6 | ||||
| -rw-r--r-- | site/_includes/header.html | 10 |
2 files changed, 7 insertions, 9 deletions
diff --git a/site/_includes/analytics.html b/site/_includes/analytics.html new file mode 100644 index 000000000..e0989cda5 --- /dev/null +++ b/site/_includes/analytics.html @@ -0,0 +1,6 @@ +<script> + window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date; + ga('create', 'UA-146052-10', 'getbootstrap.com'); + ga('send', 'pageview'); +</script> +<script async src='https://www.google-analytics.com/analytics.js'></script> diff --git a/site/_includes/header.html b/site/_includes/header.html index 8f52ebfb8..83d051fa8 100644 --- a/site/_includes/header.html +++ b/site/_includes/header.html @@ -13,14 +13,6 @@ </title> {% include stylesheet.html %} - {% include favicons.html %} - {% include social.html %} - -<script> - window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date; - ga('create', 'UA-146052-10', 'getbootstrap.com'); - ga('send', 'pageview'); -</script> -<script async src='https://www.google-analytics.com/analytics.js'></script> +{% include analytics.html %} |
