0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

Move analytics to an include file.

This commit is contained in:
XhmikosR 2018-11-05 13:23:37 +02:00
parent a933f076f4
commit e1b5b4f989
2 changed files with 7 additions and 9 deletions

View File

@ -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>

View File

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