2014-05-09 00:12:33 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset='utf-8'>
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
|
|
|
|
2014-05-13 10:47:05 +01:00
|
|
|
<link rel="stylesheet" type="text/css" href="{{ site.url }}/css/stylesheet.css" media="screen" />
|
|
|
|
<link rel="stylesheet" type="text/css" href="{{ site.url }}/css/pygment_trac.css" media="screen" />
|
|
|
|
<link rel="stylesheet" type="text/css" href="{{ site.url }}/css/print.css" media="print" />
|
2014-05-09 00:12:33 +01:00
|
|
|
|
|
|
|
<title>{{ page.title }} :: {{ site.name }}</title>
|
2014-05-13 10:47:05 +01:00
|
|
|
|
|
|
|
<script src="{{ site.url }}/bower_components/jquery/dist/jquery.min.js" type="text/javascript"></script>
|
|
|
|
{% if page.toc %}
|
|
|
|
<script src="{{ site.url }}/bower_components/jquery.toc/jquery.toc.js" type="text/javascript"></script>
|
|
|
|
{% endif %}
|
2015-02-19 10:20:39 +00:00
|
|
|
<script src="{{ site.url }}/javascripts/gcse.js" type="text/javascript"></script>
|
2014-05-09 00:12:33 +01:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<header>
|
|
|
|
<div class="container">
|
2015-02-19 10:20:39 +00:00
|
|
|
<div id="headerleft">
|
|
|
|
<h1>{{ site.name }}</h1>
|
|
|
|
<h2>{{ site.description }}</h2>
|
2014-05-09 00:12:33 +01:00
|
|
|
|
2015-02-19 10:20:39 +00:00
|
|
|
<section id="downloads">
|
|
|
|
<a href="https://plus.google.com/+MarkusBirth/about" rel="author" class="btn">Find me on Google+</a>
|
|
|
|
<a href="https://github.com/mbirth/wiki" class="btn btn-github"><span class="icon"></span>View on GitHub</a>
|
|
|
|
</section>
|
|
|
|
</div>
|
|
|
|
<div id="headerright">
|
|
|
|
<gcse:search></gcse:search>
|
|
|
|
</div>
|
2014-05-09 00:12:33 +01:00
|
|
|
</div>
|
|
|
|
</header>
|
|
|
|
<div class="container">
|
2014-05-13 10:47:05 +01:00
|
|
|
<h1 id="pagetitle">{{ page.title }}</h1>
|
2014-05-09 00:12:33 +01:00
|
|
|
<section id="main_content">
|
2014-05-13 10:47:05 +01:00
|
|
|
{% if page.toc %}
|
|
|
|
<ul data-toc="#main_content"></ul>
|
|
|
|
{% endif %}
|
|
|
|
{{ content }}
|
2014-05-09 00:12:33 +01:00
|
|
|
</section>
|
2014-05-23 13:55:50 +01:00
|
|
|
<section id="comments">
|
|
|
|
<script src="//apis.google.com/js/plusone.js" type="text/javascript"></script>
|
2014-05-23 14:00:22 +01:00
|
|
|
<div class="g-comments" data-href="{{ site.url }}{{ page.url }}" data-width="900" data-first_party_property="BLOGGER" data-view_type="FILTERED_POSTMOD">Loading Google+ comments...</div>
|
2014-05-23 13:55:50 +01:00
|
|
|
</section>
|
2014-05-09 00:12:33 +01:00
|
|
|
</div>
|
|
|
|
|
|
|
|
</body>
|
2014-05-13 10:47:05 +01:00
|
|
|
</html>
|