diff options
| author | Mark Otto <[email protected]> | 2014-05-10 13:31:18 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-05-10 13:31:18 -0700 |
| commit | 96bdc56fdebca9ec7d024d2fd07bf766b1e1881e (patch) | |
| tree | 0c965eb0768a3639dad00f33a82bc342e72ce86a /docs/_includes/header.html | |
| parent | 696844fe08f26a72725c984f160bba11cfbebc5d (diff) | |
| download | bootstrap-96bdc56fdebca9ec7d024d2fd07bf766b1e1881e.tar.xz bootstrap-96bdc56fdebca9ec7d024d2fd07bf766b1e1881e.zip | |
cleanup
Diffstat (limited to 'docs/_includes/header.html')
| -rw-r--r-- | docs/_includes/header.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/_includes/header.html b/docs/_includes/header.html index e345c2dae..182664d5a 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -31,15 +31,13 @@ <!-- Favicons --> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../assets/ico/apple-touch-icon-144-precomposed.png"> - <link rel="icon" href="../assets/ico/favicon.ico"> +<link rel="icon" href="../assets/ico/favicon.ico"> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); - ga('create', 'UA-146052-10', 'getbootstrap.com'); ga('send', 'pageview'); - </script> |
