2015-09-03 06:22:56 +00:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width initial-scale=1" />
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
|
|
|
|
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
|
|
|
|
<meta name="description" content="{{ site.description }}">
|
2016-01-04 20:54:21 +00:00
|
|
|
|
2015-09-03 06:22:56 +00:00
|
|
|
<!-- bootstrap -->
|
|
|
|
<link rel="stylesheet" href="/bootstrap/css/bootstrap.min.css">
|
|
|
|
<link rel="stylesheet" href="/bootstrap/css/bootstrap-theme.min.css">
|
2016-01-04 22:04:25 +00:00
|
|
|
<script src="/bootstrap/js/jquery-2.1.4.min.js"></script>
|
|
|
|
<script src="/bootstrap/js/bootstrap.min.js"></script>
|
2015-09-06 11:31:38 +00:00
|
|
|
|
|
|
|
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}">
|
|
|
|
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
|
|
|
|
|
|
|
|
</head>
|