2013-02-14 02:37:08 -05:00
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<meta name="description" content="">
|
|
|
|
<meta name="author" content="">
|
|
|
|
|
|
|
|
<title>
|
|
|
|
{% if page.title == "Bootstrap" %}
|
|
|
|
{{ page.title }}
|
|
|
|
{% else if %}
|
|
|
|
{{ page.title }} · Bootstrap
|
|
|
|
{% endif %}
|
|
|
|
</title>
|
|
|
|
|
|
|
|
<!-- Bootstrap core CSS -->
|
2013-07-27 03:28:23 -04:00
|
|
|
<link href="{{ page.base_url }}dist/css/bootstrap.css" rel="stylesheet">
|
2013-02-14 02:37:08 -05:00
|
|
|
|
|
|
|
<!-- Documentation extras -->
|
2013-07-27 03:28:23 -04:00
|
|
|
<link href="{{ page.base_url }}assets/css/docs.css" rel="stylesheet">
|
|
|
|
<link href="{{ page.base_url }}assets/css/pygments-manni.css" rel="stylesheet">
|
2013-02-14 02:37:08 -05:00
|
|
|
|
|
|
|
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
|
|
|
<!--[if lt IE 9]>
|
2013-07-29 02:13:43 -04:00
|
|
|
<script src="{{ page.base_url }}assets/js/html5shiv.js"></script>
|
|
|
|
<script src="{{ page.base_url }}assets/js/respond.min.js"></script>
|
2013-02-14 02:37:08 -05:00
|
|
|
<![endif]-->
|
|
|
|
|
|
|
|
<!-- Favicons -->
|
2013-07-27 03:28:23 -04:00
|
|
|
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ page.base_url }}assets/ico/apple-touch-icon-144-precomposed.png">
|
|
|
|
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="{{ page.base_url }}assets/ico/apple-touch-icon-114-precomposed.png">
|
|
|
|
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="{{ page.base_url }}assets/ico/apple-touch-icon-72-precomposed.png">
|
|
|
|
<link rel="apple-touch-icon-precomposed" href="{{ page.base_url }}assets/ico/apple-touch-icon-57-precomposed.png">
|
|
|
|
<link rel="shortcut icon" href="{{ page.base_url }}assets/ico/favicon.png">
|
2013-02-14 02:37:08 -05:00
|
|
|
|
2013-08-04 21:40:25 -04:00
|
|
|
<script>
|
2013-07-27 03:35:26 -04:00
|
|
|
var _gaq = _gaq || [];
|
|
|
|
_gaq.push(['_setAccount', 'UA-146052-10']);
|
|
|
|
_gaq.push(['_trackPageview']);
|
|
|
|
(function() {
|
2013-08-04 21:40:25 -04:00
|
|
|
var ga = document.createElement('script'); ga.async = true;
|
2013-07-27 03:35:26 -04:00
|
|
|
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
|
|
|
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
|
|
|
})();
|
|
|
|
</script>
|