2016-11-08 21:46:22 +00:00
|
|
|
{% include base.html %}
|
2015-02-11 12:14:22 +00:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
|
|
|
|
<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 %}">
|
|
|
|
|
2016-11-08 22:09:59 +00:00
|
|
|
<link rel="stylesheet" href="{{base}}css/main.css">
|
2016-11-08 21:46:22 +00:00
|
|
|
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: base}}">
|
|
|
|
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{base}}feed.xml" />
|
2015-02-11 12:14:22 +00:00
|
|
|
</head>
|