diff options
| author | Mark Otto <[email protected]> | 2012-02-01 16:45:25 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-01 16:45:25 -0800 |
| commit | f166c5a35b9a037fa0e314ce111812f4b7ef741e (patch) | |
| tree | 0db9a2a3729291a6c2c57fcbc27105e3b81e9174 /docs/templates | |
| parent | 9b9e1d309bada7983434b092b40b088147a42a2e (diff) | |
| parent | 87df2304083b7e2da0cc0d43e77a1199948fb3e3 (diff) | |
| download | bootstrap-f166c5a35b9a037fa0e314ce111812f4b7ef741e.tar.xz bootstrap-f166c5a35b9a037fa0e314ce111812f4b7ef741e.zip | |
Merge branch 'master' of github.com:twitter/bootstrap
Conflicts:
docs/assets/bootstrap.zip
Diffstat (limited to 'docs/templates')
| -rw-r--r-- | docs/templates/layout.mustache | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/templates/layout.mustache b/docs/templates/layout.mustache index 28a11d3fd..5f49bb62a 100644 --- a/docs/templates/layout.mustache +++ b/docs/templates/layout.mustache @@ -109,5 +109,24 @@ <script src="assets/js/bootstrap-carousel.js"></script> <script src="assets/js/bootstrap-typeahead.js"></script> <script src="assets/js/application.js"></script> + + {{#production}} + <!-- Analytics + ================================================== --> + <script> + var _gauges = _gauges || []; + (function() { + var t = document.createElement('script'); + t.type = 'text/javascript'; + t.async = true; + t.id = 'gauges-tracker'; + t.setAttribute('data-site-id', '4f0dc9fef5a1f55508000013'); + t.src = '//secure.gaug.es/track.js'; + var s = document.getElementsByTagName('script')[0]; + s.parentNode.insertBefore(t, s); + })(); + </script> + {{/production}} + </body> </html> |
