2016-01-26 21:12:48 +03:00
|
|
|
{% include meta.html %}
|
|
|
|
|
|
|
|
<!-- Material Design fonts -->
|
2016-03-22 22:45:44 +03:00
|
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700">
|
2016-01-26 21:12:48 +03:00
|
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
|
|
|
|
|
|
|
|
<!-- Material Design for Bootstrap generic -->
|
|
|
|
{% if site.data.minified %}
|
2016-03-18 02:51:05 +03:00
|
|
|
<link href="{{ site.baseurl }}/dist/bootstrap-material-design.min.css" rel="stylesheet">
|
2016-01-26 21:12:48 +03:00
|
|
|
{% else %}
|
2016-03-18 02:51:05 +03:00
|
|
|
<link href="{{ site.baseurl }}/dist/bootstrap-material-design.css" rel="stylesheet">
|
2016-01-26 21:12:48 +03:00
|
|
|
{% endif %}
|