<!doctype html> <html lang=“{{ site.lang | default: ”en-US“ }}”> <head> <meta charset=“utf-8”> <meta http-equiv=“X-UA-Compatible” content=“IE=edge”> {% seo %} <link rel=“stylesheet” href=“{{ '/assets/main.css?v=' | append: site.github.build_revision | relative_url }}”> <link rel=“stylesheet” href=“fonts.googleapis.com/css?family=Roboto:400,100,300,500,700%7CRoboto+Mono:400,300,500”> <link rel=“stylesheet” href=“cdnjs.cloudflare.com/ajax/libs/highlight.js/9.2.0/styles/github.min.css”> <meta name=“viewport” content=“width=device-width, initial-scale=1, user-scalable=no”> </head> <body> <a href=“{{ site.github.repository_url }}”><img style=“position:fixed;z-index:1000;top:0;right:0;border:0;width:149px;height:149px;” src=“” alt=“Fork me on GitHub”></a>

<div id=“nav”></div> <div class=“readme”> {{ content }} </div>

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

<script src=“cdnjs.cloudflare.com/ajax/libs/highlight.js/8.5/highlight.min.js”>>

<script src=“ajax.googleapis.com/ajax/libs/jquery/2.2.2/jquery.min.js”>> <script src=“{{ '/assets/nav.js?v=' | append: site.github.build_revision | relative_url }}”></script> <script>hljs.initHighlightingOnLoad();</script>

</body> </html>