2014-02-07 00:18:00 +00:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
|
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
|
2014-05-13 00:55:47 +00:00
|
|
|
|
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
|
2014-02-07 00:18:00 +00:00
|
|
|
|
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0'>
|
|
|
|
|
|
2014-05-18 23:00:39 +00:00
|
|
|
|
<title>{% if page.title %}{{ page.title }} – {% endif %}{{ site.name }} – {{ site.description }}</title>
|
2014-02-07 00:18:00 +00:00
|
|
|
|
|
|
|
|
|
<meta name="author" content="{{ site.name }}" />
|
|
|
|
|
<meta name="description" content="{{ site.description }}">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
|
|
|
|
|
2014-06-01 22:29:20 +00:00
|
|
|
|
<!--[if lt IE 9]>
|
|
|
|
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
|
|
|
|
<![endif]-->
|
|
|
|
|
|
2014-05-13 12:10:16 +00:00
|
|
|
|
<link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/style.css" />
|
2014-06-01 19:20:02 +00:00
|
|
|
|
|
|
|
|
|
<!-- Created with Jekyll Now - http://github.com/barryclark/jekyll-now -->
|
2014-02-07 00:18:00 +00:00
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
2014-05-17 20:35:19 +00:00
|
|
|
|
<div class="wrapper-masthead">
|
|
|
|
|
<div class="container">
|
2014-06-01 21:12:38 +00:00
|
|
|
|
<header class="masthead clearfix">
|
|
|
|
|
<a href="{{ site.baseurl }}/" class="site-avatar"><img src="{{ site.avatar }}" /></a>
|
|
|
|
|
|
|
|
|
|
<div class="site-info">
|
|
|
|
|
<h1 class="site-name"><a href="{{ site.baseurl }}/">{{ site.name }}</a></h1>
|
|
|
|
|
<p class="site-description">{{ site.description }}</p>
|
|
|
|
|
</div>
|
2014-05-17 20:35:19 +00:00
|
|
|
|
|
|
|
|
|
<nav>
|
2014-06-01 18:51:59 +00:00
|
|
|
|
<a href="{{ site.baseurl }}/">Blog</a>
|
|
|
|
|
<a href="{{ site.baseurl }}/about">About</a>
|
2014-05-17 20:35:19 +00:00
|
|
|
|
</nav>
|
|
|
|
|
</header>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
2014-06-01 22:54:37 +00:00
|
|
|
|
<div id="main" role="main" class="container">
|
|
|
|
|
{{ content }}
|
|
|
|
|
</div>
|
2014-05-17 20:35:19 +00:00
|
|
|
|
|
|
|
|
|
<div class="wrapper-footer">
|
|
|
|
|
<div class="container">
|
|
|
|
|
<footer class="footer">
|
2014-06-13 12:59:59 +00:00
|
|
|
|
{% include svg-icons.html %}
|
2014-05-17 20:35:19 +00:00
|
|
|
|
</footer>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2014-02-07 00:18:00 +00:00
|
|
|
|
|
|
|
|
|
{% include analytics.html %}
|
|
|
|
|
</body>
|
2014-06-01 23:00:30 +00:00
|
|
|
|
</html>
|