2014-05-09 00:12:33 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
2015-02-20 13:26:56 +00:00
|
|
|
<head>
|
2015-02-21 11:45:40 +00:00
|
|
|
<meta charset='utf-8' />
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2014-05-09 00:12:33 +01:00
|
|
|
|
2015-02-19 18:36:25 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="{{ site.url }}/css/layout-bright.css" media="screen" />
|
2014-05-13 10:47:05 +01:00
|
|
|
<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" />
|
2015-06-28 02:47:46 +01:00
|
|
|
<link rel="stylesheet" type="text/css" href="{{ site.url }}/css/comments.css" media="all" />
|
2015-02-19 18:36:25 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="{{ site.url }}/css/custom.css" media="all" />
|
2014-05-09 00:12:33 +01:00
|
|
|
|
2015-03-07 00:20:18 +00:00
|
|
|
<link rel="alternate" type="application/atom+xml" href="{{ site.url }}/feed.xml" />
|
|
|
|
|
2015-02-24 14:40:25 +00:00
|
|
|
{% if page.alternatives %}
|
2015-02-24 14:41:36 +00:00
|
|
|
<link rel="alternate" hreflang="{{ page.language }}" href="{{ site.url }}{{ page.url }}" />
|
2015-02-24 14:40:25 +00:00
|
|
|
{% for altpost in page.alternatives %}
|
|
|
|
<link rel="alternate" hreflang="{{ altpost.language }}" href="{{ site.url }}{{ altpost.url }}" />
|
|
|
|
{% endfor %}
|
|
|
|
{% endif %}
|
|
|
|
|
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 %}
|
2015-02-20 13:26:56 +00:00
|
|
|
<script src="{{ site.url }}/bower_components/jquery.toc/jquery.toc.js" type="text/javascript"></script>
|
2014-05-13 10:47:05 +01:00
|
|
|
{% endif %}
|
2015-02-19 10:20:39 +00:00
|
|
|
<script src="{{ site.url }}/javascripts/gcse.js" type="text/javascript"></script>
|
2015-06-28 02:47:46 +01:00
|
|
|
<script src="{{ site.url }}/javascripts/comments.js" type="text/javascript"></script>
|
2015-02-20 13:26:56 +00:00
|
|
|
</head>
|
2015-02-22 01:31:39 +00:00
|
|
|
<body itemscope itemtype="http://schema.org/Blog">
|
2015-03-01 01:44:39 +00:00
|
|
|
<meta itemprop="isBasedOnUrl" content="https://github.com/mbirth/wiki" />
|
2014-05-09 00:12:33 +01:00
|
|
|
<header>
|
2015-02-20 13:26:56 +00:00
|
|
|
<div class="container">
|
|
|
|
<div id="headerleft">
|
2015-02-24 00:36:50 +00:00
|
|
|
<h1 itemprop="name"><a href="{{ site.url }}/">{{ site.name }}</a></h1>
|
2015-02-22 01:31:39 +00:00
|
|
|
<h2 itemprop="description">{{ site.description }}</h2>
|
2014-05-09 00:12:33 +01:00
|
|
|
|
2015-02-20 13:26:56 +00:00
|
|
|
<section id="downloads">
|
|
|
|
<a href="https://plus.google.com/+MarkusBirth/about" rel="author" class="btn">Find me on Google+</a>
|
2015-03-01 01:44:39 +00:00
|
|
|
<a href="https://github.com/mbirth/wiki" class="btn btn-github"><span class="icon"></span>View on GitHub</a>
|
2015-02-20 13:26:56 +00:00
|
|
|
</section>
|
|
|
|
</div>
|
|
|
|
<div id="headerright">
|
|
|
|
<gcse:search></gcse:search>
|
|
|
|
</div>
|
2015-02-19 10:20:39 +00:00
|
|
|
</div>
|
2014-05-09 00:12:33 +01:00
|
|
|
</header>
|
2015-02-20 13:23:44 +00:00
|
|
|
<div class="container">
|
2015-02-22 01:31:39 +00:00
|
|
|
<article itemprop="blogPost" itemscope itemtype="http://schema.org/BlogPosting">
|
2015-02-20 13:26:56 +00:00
|
|
|
<h1 id="pagetitle" itemprop="name">{{ page.title }}</h1>
|
2015-02-20 13:56:05 +00:00
|
|
|
<div itemprop="author" itemscope itemtype="http://schema.org/Person">
|
|
|
|
<meta itemprop="givenName" content="Markus" />
|
|
|
|
<meta itemprop="familyName" content="Birth" />
|
|
|
|
<meta itemprop="birthDate" content="1980-11-16" />
|
|
|
|
</div>
|
|
|
|
<meta itemprop="articleSection" content="{{ page.categories.[0] }}" />
|
2015-02-20 13:31:19 +00:00
|
|
|
<meta itemprop="keywords" content="{{ page.tags | join: ',' }}" />
|
|
|
|
<meta itemprop="dateCreated" content="{{ page.created | date: '%Y-%m-%d' }}" />
|
|
|
|
<meta itemprop="dateModified" content="{{ page.updated | date: '%Y-%m-%d' }}" />
|
2015-02-23 01:19:25 +00:00
|
|
|
{% if page.language == 'de' %}
|
|
|
|
<meta itemprop="inLanguage" content="de" />
|
|
|
|
{% else %}
|
|
|
|
<meta itemprop="inLanguage" content="en" />
|
|
|
|
{% endif %}
|
2015-02-20 13:26:56 +00:00
|
|
|
<section id="main_content" itemprop="articleBody">
|
|
|
|
{% if page.toc %}
|
|
|
|
<ul data-toc="#main_content"></ul>
|
|
|
|
{% endif %}
|
|
|
|
{{ content }}
|
|
|
|
</section>
|
|
|
|
</article>
|
2015-02-21 11:35:01 +00:00
|
|
|
<section id="related">
|
2015-02-21 11:15:52 +00:00
|
|
|
{% if page.next %}
|
|
|
|
<div id="nextpost">
|
2015-02-21 11:33:18 +00:00
|
|
|
<a rel="next" href="{{ page.next.url }}">← {{ page.next.title }}</a>
|
2015-02-21 11:15:52 +00:00
|
|
|
</div>
|
|
|
|
{% endif %}
|
|
|
|
{% if page.previous %}
|
|
|
|
<div id="prevpost">
|
2015-02-21 11:33:18 +00:00
|
|
|
<a rel="previous" href="{{ page.previous.url }}">{{ page.previous.title }} →</a>
|
2015-02-21 11:15:52 +00:00
|
|
|
</div>
|
|
|
|
{% endif %}
|
|
|
|
{% comment %}
|
2015-02-20 13:26:56 +00:00
|
|
|
{% if site.related_posts %}
|
|
|
|
<section id="related">
|
|
|
|
<ul>
|
|
|
|
{% for relpost in site.related_posts %}
|
|
|
|
<li><a href="{{ relpost.url }}">{{ relpost.title }}</a>></li>
|
|
|
|
{% endfor %}
|
|
|
|
</ul>
|
|
|
|
</section>
|
2014-05-13 10:47:05 +01:00
|
|
|
{% endif %}
|
2015-02-21 11:15:52 +00:00
|
|
|
{% endcomment %}
|
2015-06-28 22:52:27 +01:00
|
|
|
|
|
|
|
{% include ad-horiz.html %}
|
|
|
|
|
2015-02-21 11:35:01 +00:00
|
|
|
<section id="comments">
|
2015-06-28 01:00:37 +01:00
|
|
|
{% include comments.html %}
|
2015-02-21 11:35:01 +00:00
|
|
|
</section>
|
|
|
|
</div>
|
2014-05-09 00:12:33 +01:00
|
|
|
|
2015-06-28 16:26:15 +01:00
|
|
|
{% include analytics.html %}
|
2015-02-20 13:26:56 +00:00
|
|
|
</body>
|
2014-05-13 10:47:05 +01:00
|
|
|
</html>
|