<head>
<link href="http://gmpg.org/xfn/11" rel="profile"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <!-- Enable responsiveness on mobile devices--> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <title> {% if page.title == "Home" %} {{ site.title }} | {{ site.tagline }} {% else %} {{ page.title }} | {{ site.title }} {% endif %} </title> <!-- CSS --> <link rel="stylesheet" href="{{ site.url }}/assets/css/poole.css"> <link rel="stylesheet" href="{{ site.url }}/assets/css/syntax.css"> <link rel="stylesheet" href="{{ site.url }}/assets/css/hyde.css"> <link rel="stylesheet" href="{{ site.url }}/assets/css/hyde-plus.css"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <!-- Icons --> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ site.url }}/assets/apple-touch-icon-144-precomposed.png"> <link rel="shortcut icon" href="{{ site.url }}/assets/favicon.ico"> <!-- RSS --> <link rel="alternate" type="application/rss+xml" title="RSS" href="{{ site.url }}/feed.xml"> {% if jekyll.environment == "production" %} <!-- 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 %} {% seo %}
</head>