<!doctype html> <html lang=“{{ site.lang | default: ”en-US“ }}”>

<head>
  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="chrome=1">

{% seo %}

  <link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}">
  <meta name="viewport" content="width=device-width">
  <!--[if lt IE 9]>
  <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  <![endif]-->
</head>
<body>
  <div class="wrapper">
    <header>
      <a href="{{ site.url }}"> <h1>{{ site.title }}</h1> </a>
      <p>{{ site.description }}</p>

      {% if page.toc %}
      {{ content | toc_only }}
      {% endif %}
    </header>
    <section>

    {{ content | inject_anchors }}

    </section>
    <footer>

      <p><small>Hosted on GitHub Pages &mdash; Theme by <a href="https://github.com/kenpusney">Kimmy Leo</a></small></p>
    </footer>
  </div>
  <script src="{{ '/assets/js/scale.fix.js' | relative_url }}"></script>

{% if site.google_analytics %}
  <script>
      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
      })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

      ga('create', '{{ site.google_analytics }}', 'auto');
      ga('send', 'pageview');
  </script>
{% endif %}
</body>

</html>