mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Move analytics to an include file.
This commit is contained in:
parent
a933f076f4
commit
e1b5b4f989
2 changed files with 7 additions and 9 deletions
6
site/_includes/analytics.html
Normal file
6
site/_includes/analytics.html
Normal 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>
|
|
@ -13,14 +13,6 @@
|
||||||
</title>
|
</title>
|
||||||
|
|
||||||
{% include stylesheet.html %}
|
{% include stylesheet.html %}
|
||||||
|
|
||||||
{% include favicons.html %}
|
{% include favicons.html %}
|
||||||
|
|
||||||
{% include social.html %}
|
{% include social.html %}
|
||||||
|
{% include analytics.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>
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue