equal
deleted
inserted
replaced
1 <meta charset="utf-8"> |
|
2 <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|
3 <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
4 <meta name="description" content=""> |
|
5 <meta name="author" content=""> |
|
6 |
|
7 <title> |
|
8 {% if page.title == "Bootstrap" %} |
|
9 {{ page.title }} |
|
10 {% else %} |
|
11 {{ page.title }} · Bootstrap |
|
12 {% endif %} |
|
13 </title> |
|
14 |
|
15 <!-- Bootstrap core CSS --> |
|
16 <link href="{{ page.base_url }}dist/css/bootstrap.min.css" rel="stylesheet"> |
|
17 |
|
18 <!-- Documentation extras --> |
|
19 <link href="{{ page.base_url }}docs-assets/css/docs.css" rel="stylesheet"> |
|
20 <link href="{{ page.base_url }}docs-assets/css/pygments-manni.css" rel="stylesheet"> |
|
21 <!--[if lt IE 9]><script src="{{ page.base_url }}docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]--> |
|
22 |
|
23 <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> |
|
24 <!--[if lt IE 9]> |
|
25 <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> |
|
26 <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script> |
|
27 <![endif]--> |
|
28 |
|
29 <!-- Favicons --> |
|
30 <link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ page.base_url }}docs-assets/ico/apple-touch-icon-144-precomposed.png"> |
|
31 <link rel="shortcut icon" href="{{ page.base_url }}docs-assets/ico/favicon.png"> |
|
32 |
|
33 <script> |
|
34 var _gaq = _gaq || []; |
|
35 _gaq.push(['_setAccount', 'UA-146052-10']); |
|
36 _gaq.push(['_trackPageview']); |
|
37 (function() { |
|
38 var ga = document.createElement('script'); ga.async = true; |
|
39 ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; |
|
40 var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); |
|
41 })(); |
|
42 </script> |
|