<head>

{% include ga-lite.html %}
<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 | escape }} - {{site.title}}{% else %}{{ site.title | escape }} -
    {{site.tagline}}{% endif %}</title>
{% seo title=false %}
<meta name="description"
    content="{{ page.excerpt | default: site.description | strip_html | normalize_whitespace | truncate: 160 | escape }}">
<link rel="icon" href="{{site.favicon}}" type="image/png" />
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: full_base_url }}">
<link rel="alternate" type="application/rss+xml" title="{{ site.title | escape }}"
href="{{ "/feed.xml" | prepend: site.baseurl }}">
{% if site.using_jekyll_assets %}
<link rel="stylesheet" href="{{ "/assets/css/dist.css" | prepend: site.baseurl }}?v={% bust_cache %}">
<style type="text/css">
    {% asset_source critical %}
</style>
{% else %}
<link rel="stylesheet" href="{{ "/assets/dist.min.css" | prepend: site.baseurl }}?v={% bust_cache %}">
<style type="text/css">
    {% include criticalCSS.html %}
</style>
{% endif %}

</head>