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:
parent
a933f076f4
commit
e1b5b4f989
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>
|
||||
|
||||
{% 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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user