<head>

<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<style type="text/css">
  {% capture style %}
    @import "base";
    @import "syntax";
  {% endcapture %}

  {{ style | scssify }}
</style>

<meta name="viewport" content="width=device-width">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->

{% if site.google_analytics and site.environment == 'production' %}
  {% include google_analytics.html %}
{% endif %}

</head>