2014-05-19 04:22:42 +00:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.name }}{% endif %}</title>
|
|
|
|
<meta name="viewport" content="width=device-width">
|
|
|
|
<meta name="description" content="{{ site.description }}">
|
|
|
|
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl }}">
|
|
|
|
|
|
|
|
<!-- Custom CSS -->
|
|
|
|
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}">
|
2014-05-30 16:06:07 +00:00
|
|
|
<link rel="stylesheet" href="{{ "/css/org.css" | prepend: site.baseurl }}">
|
2014-05-19 04:22:42 +00:00
|
|
|
|
|
|
|
</head>
|