19 lines
961 B
HTML
Raw Normal View History

2015-02-27 13:51:44 +01:00
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
2015-03-01 12:56:09 +01:00
<meta name="google-site-verification" content="PaHTIq4plwQv3e1xHhh5Qd0HDhl0i1MZ33prE-EVwjY">
2015-02-27 15:52:40 +01:00
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0">
2015-11-11 21:34:10 +01:00
<meta name="description" content="{{ site.description }}">
2015-12-10 16:56:36 +01:00
<meta name="apple-mobile-web-app-title" content="{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}">
<meta name="application-name" content="{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}">
<meta name="theme-color" content="#2980b9">
2015-02-27 13:51:44 +01:00
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
2015-02-27 15:32:37 +01:00
<link rel="stylesheet" href="css/main.css">
2015-12-10 16:56:36 +01:00
<link rel="mask-icon" href="favicon.svg" color="#2980b9">
<link rel="icon" href="apple-touch-icon-precomposed.png">
<link rel="apple-touch-icon" href="apple-touch-icon-precomposed.png">
2015-02-27 13:51:44 +01:00
</head>