docs/_layouts/application.html
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="/blueprints_boy/stylesheets/stylesheet.css" media="screen"/>
<link rel="stylesheet" type="text/css" href="/blueprints_boy/stylesheets/pygment_trac.css" media="screen"/>
<link rel="stylesheet" type="text/css" href="/blueprints_boy/stylesheets/print.css" media="print"/>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>Blueprints boy - {{page.title}}</title>
</head>
<body>
<header>
<div class="inner">
<h1><a href="/blueprints_boy/">Blueprints boy</a></h1>
<h2>The ultimate solution to managing test data.</h2>
<a href="https://github.com/andriusch/blueprints_boy" class="button">
<small>View project on</small>
GitHub</a>
</div>
</header>
<div id="content-wrapper">
<div class="inner clearfix">
<section id="main-content">
{{ content }}
</section>
<aside id="sidebar">
{% for post in site.posts %}
<a class="menu-button" href="/blueprints_boy{{post.url}}">{{post.title}}</a>
{% endfor %}
</aside>
</div>
</div>
</body>
</html>