forked from mikeyclarke/faaber
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhead.twig
More file actions
17 lines (14 loc) · 701 Bytes
/
head.twig
File metadata and controls
17 lines (14 loc) · 701 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<meta charset="utf-8" />
<title>{{ page.title }}</title>
<meta name="keywords" content="{{ page.keywords }}" />
<meta name="description" content="{{ page.description }}" />
<meta http-equiv="content-language" content="{{ page.seoLang }}" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1">
{% if site.favicon %}
<link rel="icon" href="{{ site.favicon['favicon'] }}" type="image/x-icon" />
<link rel="SHORTCUT ICON" href="{{ site.favicon['thumbnail'] }}?v={{ "now"|date("U") }}" type="image/x-icon" />
{% endif %}
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->