2016-01-06 00:24:50 +03:00
|
|
|
{% include meta.html %}
|
2015-11-20 00:58:21 +03:00
|
|
|
|
2015-12-16 04:31:21 +03:00
|
|
|
<!-- Material Design fonts -->
|
|
|
|
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto:300,400,500,700">
|
|
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
|
|
|
|
|
2015-12-03 01:31:26 +03:00
|
|
|
<!-- Material Design for Bootstrap customization for Documentation (consider Documentation the application) -->
|
2015-12-24 00:58:24 +03:00
|
|
|
{% if site.data.minified %}
|
2016-01-05 23:14:08 +03:00
|
|
|
<link href="{{ site.baseurl }}/dist/css/docs.min.css" rel="stylesheet">
|
2015-12-03 01:31:26 +03:00
|
|
|
{% else %}
|
2016-01-05 23:14:08 +03:00
|
|
|
<link href="{{ site.baseurl }}/dist/css/docs.css" rel="stylesheet">
|
2015-12-03 01:31:26 +03:00
|
|
|
{% endif %}
|
|
|
|
|
2015-11-20 00:58:21 +03:00
|
|
|
|
|
|
|
<!-- Favicons -->
|
2015-11-26 01:01:18 +03:00
|
|
|
<link rel="apple-touch-icon" href="{{ site.baseurl }}/apple-touch-icon.png">
|
|
|
|
<link rel="icon" href="{{ site.baseurl }}/favicon.ico">
|
|
|
|
|
2015-12-10 18:02:44 +03:00
|
|
|
{% seo %}
|
|
|
|
|
2015-12-06 18:57:48 +03:00
|
|
|
<!--
|
2015-11-26 01:01:18 +03:00
|
|
|
<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>
|
2015-12-06 18:57:48 +03:00
|
|
|
-->
|