2015-02-27 13:51:44 +01:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
2015-02-27 15:52:40 +01:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0">
|
2015-02-27 13:51:44 +01:00
|
|
|
|
|
|
|
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
|
|
|
|
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">
|
|
|
|
|
2015-02-27 15:32:37 +01:00
|
|
|
<link rel="stylesheet" href="css/main.css">
|
2015-02-27 13:51:44 +01:00
|
|
|
|
|
|
|
</head>
|