-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathindex_head.html
More file actions
24 lines (21 loc) · 1 KB
/
index_head.html
File metadata and controls
24 lines (21 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta content="{{ site.description }}" name="description">
<meta name="keywords" content="{{ site.keywords }}">
<meta name="author" content="{{ site.author.name }}">
<title>{{ site.title }}</title>
<!-- favicon -->
<link rel="shortcut icon" href="{{ "/static/assets/img/favicon.ico" | prepend: site.baseurl }}">
<!-- Main CSS -->
<link href="{{ "/static/assets/app-20170216.min.css" | prepend: site.baseurl }}" rel="stylesheet">
<!-- Main scripts -->
<script src="{{ "/static/assets/app-index-20170216.min.js" | prepend: site.baseurl }}"></script>
{% if site.data.index.projects %}
<script async defer src="{{ "/static/js/github_api.min.js" | prepend: site.baseurl }}"></script>
{% endif %}
{% if site.data.index.language %}
<script src="{{"/static/assets/i18-20170216.min.js"| prepend: site.baseurl }}"></script>
{% endif %}
</head>