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