2013-02-14 02:37:08 -05:00
|
|
|
<meta charset="utf-8">
|
2015-10-06 07:35:39 -04:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
2013-02-14 02:37:08 -05:00
|
|
|
|
|
|
|
<title>
|
2016-10-02 21:19:47 -04:00
|
|
|
{% if page.title %}
|
|
|
|
{{ page.title }} · {{ site.title }}
|
2013-08-21 07:36:33 -04:00
|
|
|
{% else %}
|
2016-10-02 21:19:47 -04:00
|
|
|
{{ site.title }} · {{ site.description }}
|
2013-02-14 02:37:08 -05:00
|
|
|
{% endif %}
|
|
|
|
</title>
|
|
|
|
|
2016-10-02 21:19:47 -04:00
|
|
|
{% include social.html %}
|
|
|
|
|
2013-02-14 02:37:08 -05:00
|
|
|
<!-- Bootstrap core CSS -->
|
2015-12-04 03:44:33 -05:00
|
|
|
{% if site.github %}
|
|
|
|
<link href="{{ site.baseurl }}/dist/css/bootstrap.min.css" rel="stylesheet">
|
|
|
|
{% else %}
|
|
|
|
<link href="{{ site.baseurl }}/dist/css/bootstrap.css" rel="stylesheet">
|
|
|
|
{% endif %}
|
2013-02-14 02:37:08 -05:00
|
|
|
|
|
|
|
<!-- Documentation extras -->
|
2014-12-19 03:24:09 -05:00
|
|
|
<link href="{{ site.baseurl }}/assets/css/docs.min.css" rel="stylesheet">
|
2014-07-09 05:41:57 -04:00
|
|
|
|
2013-02-14 02:37:08 -05:00
|
|
|
<!-- Favicons -->
|
2015-08-29 02:04:09 -04:00
|
|
|
<link rel="apple-touch-icon" href="{{ site.baseurl }}/apple-touch-icon.png">
|
2014-12-19 03:24:09 -05:00
|
|
|
<link rel="icon" href="{{ site.baseurl }}/favicon.ico">
|
2013-02-14 02:37:08 -05:00
|
|
|
|
2013-08-04 21:40:25 -04:00
|
|
|
<script>
|
2014-04-04 04:28:45 -04:00
|
|
|
(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)
|
2016-10-19 10:35:10 -04:00
|
|
|
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
|
2014-04-04 04:28:45 -04:00
|
|
|
ga('create', 'UA-146052-10', 'getbootstrap.com');
|
|
|
|
ga('send', 'pageview');
|
2013-07-27 03:35:26 -04:00
|
|
|
</script>
|