-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathhead.html
13 lines (13 loc) · 1022 Bytes
/
head.html
1
2
3
4
5
6
7
8
9
10
11
12
13
<title>{% if page.title %}{{ page.title | append:' - ' | append:site.title }}{% else %}{{ site.title }}{% endif %}
</title>
<meta charset="utf-8" />
<meta name="description"
content="{% if page.excerpt %}{{ page.excerpt | strip_html }}{% else %}{{ site.description | markdownify | strip_html }}{% endif %}" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="{{ site.github.url }}/assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="{{ site.github.url }}/assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="{{ site.github.url }}/assets/css/ie8.css" /><![endif]-->
<link rel="alternate" type="application/atom+xml" href="{{ site.github.url }}/atom.xml" title="Sitewide ATOM Feed" />
<link rel="alternate" type="application/rss+xml" href="{{ site.github.url }}/rss.xml" title="Sitewide RSS Feed" />
<link rel="author" type="text/plain" href="{{ site.github.url }}/humans.txt" />
<link rel="icon" href="{{ site.avatar }}">