2014-05-09 01:12:33 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
2015-02-20 14:26:56 +01:00
|
|
|
<head>
|
2015-02-21 12:45:40 +01: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 01:12:33 +02:00
|
|
|
|
2015-02-19 19:36:25 +01:00
|
|
|
<link rel="stylesheet" type="text/css" href="{{ site.url }}/css/layout-bright.css" media="screen" />
|
2014-05-13 11:47:05 +02: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 03:47:46 +02:00
|
|
|
<link rel="stylesheet" type="text/css" href="{{ site.url }}/css/comments.css" media="all" />
|
2015-02-19 19:36:25 +01:00
|
|
|
<link rel="stylesheet" type="text/css" href="{{ site.url }}/css/custom.css" media="all" />
|
2014-05-09 01:12:33 +02:00
|
|
|
|
2015-03-07 01:20:18 +01:00
|
|
|
<link rel="alternate" type="application/atom+xml" href="{{ site.url }}/feed.xml" />
|
|
|
|
|
2015-02-24 15:40:25 +01:00
|
|
|
{% if page.alternatives %}
|
2015-02-24 15:41:36 +01:00
|
|
|
<link rel="alternate" hreflang="{{ page.language }}" href="{{ site.url }}{{ page.url }}" />
|
2015-02-24 15:40:25 +01:00
|
|
|
{% for altpost in page.alternatives %}
|
|
|
|
<link rel="alternate" hreflang="{{ altpost.language }}" href="{{ site.url }}{{ altpost.url }}" />
|
|
|
|
{% endfor %}
|
|
|
|
{% endif %}
|
|
|
|
|
2014-05-09 01:12:33 +02:00
|
|
|
<title>{{ page.title }} :: {{ site.name }}</title>
|
2014-05-13 11:47:05 +02:00
|
|
|
|
|
|
|
<script src="{{ site.url }}/bower_components/jquery/dist/jquery.min.js" type="text/javascript"></script>
|
|
|
|
{% if page.toc %}
|
2015-02-20 14:26:56 +01:00
|
|
|
<script src="{{ site.url }}/bower_components/jquery.toc/jquery.toc.js" type="text/javascript"></script>
|
2014-05-13 11:47:05 +02:00
|
|
|
{% endif %}
|
2016-12-19 12:30:31 +01:00
|
|
|
<script src="{{ site.url }}/javascripts/gcse.js" type="text/javascript"></script>
|
2015-06-28 03:47:46 +02:00
|
|
|
<script src="{{ site.url }}/javascripts/comments.js" type="text/javascript"></script>
|
2015-02-20 14:26:56 +01:00
|
|
|
</head>
|
2015-02-22 02:31:39 +01:00
|
|
|
<body itemscope itemtype="http://schema.org/Blog">
|
2015-03-01 02:44:39 +01:00
|
|
|
<meta itemprop="isBasedOnUrl" content="https://github.com/mbirth/wiki" />
|
2017-04-11 01:52:36 +02:00
|
|
|
<meta itemprop="image" content="{{ site.url }}/images/sitelogo.png" />
|
2017-04-11 01:25:27 +02:00
|
|
|
<meta itemprop="datePublished" content="{{ site.birthday | date: '%Y-%m-%d' }}" />
|
|
|
|
<meta itemprop="dateModified" content="{{ site.time | date: '%Y-%m-%d' }}" />
|
2014-05-09 01:12:33 +02:00
|
|
|
<header>
|
2015-02-20 14:26:56 +01:00
|
|
|
<div class="container">
|
|
|
|
<div id="headerleft">
|
2015-02-24 01:36:50 +01:00
|
|
|
<h1 itemprop="name"><a href="{{ site.url }}/">{{ site.name }}</a></h1>
|
2015-02-22 02:31:39 +01:00
|
|
|
<h2 itemprop="description">{{ site.description }}</h2>
|
2014-05-09 01:12:33 +02:00
|
|
|
|
2015-02-20 14:26:56 +01:00
|
|
|
<section id="downloads">
|
|
|
|
<a href="https://plus.google.com/+MarkusBirth/about" rel="author" class="btn">Find me on Google+</a>
|
2015-03-01 02:44:39 +01:00
|
|
|
<a href="https://github.com/mbirth/wiki" class="btn btn-github"><span class="icon"></span>View on GitHub</a>
|
2015-02-20 14:26:56 +01:00
|
|
|
</section>
|
|
|
|
</div>
|
|
|
|
<div id="headerright">
|
2016-12-19 15:46:27 +01:00
|
|
|
<div class="gcse-search"></div>
|
2015-02-20 14:26:56 +01:00
|
|
|
</div>
|
2015-02-19 11:20:39 +01:00
|
|
|
</div>
|
2014-05-09 01:12:33 +02:00
|
|
|
</header>
|
2015-02-20 14:23:44 +01:00
|
|
|
<div class="container">
|
2016-01-26 22:40:08 +01:00
|
|
|
{% if page.created %}
|
|
|
|
<section id="page_meta">
|
|
|
|
<img class="emoji" title=":new:" alt=":new:" src="https://assets-cdn.github.com/images/icons/emoji/new.png" width="20" height="20" align="absmiddle" /> {{ page.created | date: '%Y-%m-%d' }}
|
|
|
|
{% if page.updated != page.created %}
|
|
|
|
<img class="emoji" title=":wavy_dash:" alt=":wavy_dash:" src="https://assets-cdn.github.com/images/icons/emoji/wavy_dash.png" width="20" height="20" align="absmiddle" />
|
|
|
|
<img class="emoji" title=":up:" alt=":up:" src="https://assets-cdn.github.com/images/icons/emoji/up.png" width="20" height="20" align="absmiddle" /> {{ page.updated | date: '%Y-%m-%d' }}
|
|
|
|
{% endif %}
|
|
|
|
</section>
|
|
|
|
{% endif %}
|
2015-02-22 02:31:39 +01:00
|
|
|
<article itemprop="blogPost" itemscope itemtype="http://schema.org/BlogPosting">
|
2017-04-11 00:51:36 +02:00
|
|
|
<h1 id="pagetitle" itemprop="name headline">{{ page.title }}</h1>
|
2017-04-11 01:52:36 +02:00
|
|
|
<meta itemprop="image" content="{{ site.url }}/images/sitelogo.png" />
|
2015-02-20 14:56:05 +01:00
|
|
|
<div itemprop="author" itemscope itemtype="http://schema.org/Person">
|
2016-02-12 11:08:18 +01:00
|
|
|
<meta itemprop="name" content="Markus Birth" />
|
2015-02-20 14:56:05 +01:00
|
|
|
<meta itemprop="givenName" content="Markus" />
|
|
|
|
<meta itemprop="familyName" content="Birth" />
|
|
|
|
<meta itemprop="birthDate" content="1980-11-16" />
|
|
|
|
</div>
|
2017-04-11 01:30:49 +02:00
|
|
|
<div itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
|
|
|
|
<meta itemprop="name" content="Markus Birth" />
|
2017-04-11 01:52:36 +02:00
|
|
|
<meta itemprop="logo" content="{{ site.url }}/images/sitelogo.png" />
|
2017-04-11 01:30:49 +02:00
|
|
|
</div>
|
2016-10-31 01:29:54 +01:00
|
|
|
<meta itemprop="articleSection" content="{{ page.categories[0] }}" />
|
2015-02-20 14:31:19 +01:00
|
|
|
<meta itemprop="keywords" content="{{ page.tags | join: ',' }}" />
|
2017-04-11 01:25:27 +02:00
|
|
|
<meta itemprop="dateCreated" content="{% if page.created %}{{ page.created | date: '%Y-%m-%d' }}{% else %}{{ site.birthday | date: '%Y-%m-%d' }}{% endif %}" />
|
|
|
|
<meta itemprop="dateModified" content="{% if page.updated %}{{ page.updated | date: '%Y-%m-%d' }}{% else %}{{ site.time | date: '%Y-%m-%d' }}{% endif %}" />
|
|
|
|
<meta itemprop="datePublished" content="{% if page.created %}{{ page.created | date: '%Y-%m-%d' }}{% else %}{{ site.birthday | date: '%Y-%m-%d' }}{% endif %}" />
|
2017-04-11 01:12:53 +02:00
|
|
|
<meta itemprop="mainEntityOfPage" content="{{ site.url }}{{ page.url }}" />
|
2015-02-23 02:19:25 +01:00
|
|
|
{% if page.language == 'de' %}
|
|
|
|
<meta itemprop="inLanguage" content="de" />
|
|
|
|
{% else %}
|
|
|
|
<meta itemprop="inLanguage" content="en" />
|
|
|
|
{% endif %}
|
2015-02-20 14:26:56 +01:00
|
|
|
<section id="main_content" itemprop="articleBody">
|
|
|
|
{% if page.toc %}
|
|
|
|
<ul data-toc="#main_content"></ul>
|
|
|
|
{% endif %}
|
|
|
|
{{ content }}
|
|
|
|
</section>
|
|
|
|
</article>
|
2015-02-21 12:35:01 +01:00
|
|
|
<section id="related">
|
2015-02-21 12:15:52 +01:00
|
|
|
{% if page.next %}
|
|
|
|
<div id="nextpost">
|
2015-02-21 12:33:18 +01:00
|
|
|
<a rel="next" href="{{ page.next.url }}">← {{ page.next.title }}</a>
|
2015-02-21 12:15:52 +01:00
|
|
|
</div>
|
|
|
|
{% endif %}
|
|
|
|
{% if page.previous %}
|
|
|
|
<div id="prevpost">
|
2015-02-21 12:33:18 +01:00
|
|
|
<a rel="previous" href="{{ page.previous.url }}">{{ page.previous.title }} →</a>
|
2015-02-21 12:15:52 +01:00
|
|
|
</div>
|
|
|
|
{% endif %}
|
2015-06-28 23:54:36 +02:00
|
|
|
</section>
|
2015-02-21 12:15:52 +01:00
|
|
|
{% comment %}
|
2015-02-20 14:26:56 +01:00
|
|
|
{% if site.related_posts %}
|
|
|
|
<section id="related">
|
|
|
|
<ul>
|
|
|
|
{% for relpost in site.related_posts %}
|
2015-06-28 23:54:36 +02:00
|
|
|
<li><a href="{{ relpost.url }}">{{ relpost.title }}</a></li>
|
2015-02-20 14:26:56 +01:00
|
|
|
{% endfor %}
|
|
|
|
</ul>
|
|
|
|
</section>
|
2014-05-13 11:47:05 +02:00
|
|
|
{% endif %}
|
2015-02-21 12:15:52 +01:00
|
|
|
{% endcomment %}
|
2015-06-28 23:52:27 +02:00
|
|
|
|
2015-06-29 00:00:12 +02:00
|
|
|
<section id="ads">
|
|
|
|
{% include ad-horiz.html %}
|
|
|
|
</section>
|
2015-06-28 23:52:27 +02:00
|
|
|
|
2015-02-21 12:35:01 +01:00
|
|
|
<section id="comments">
|
2015-06-28 02:00:37 +02:00
|
|
|
{% include comments.html %}
|
2015-02-21 12:35:01 +01:00
|
|
|
</section>
|
|
|
|
</div>
|
2014-05-09 01:12:33 +02:00
|
|
|
|
2015-06-28 17:26:15 +02:00
|
|
|
{% include analytics.html %}
|
2015-02-20 14:26:56 +01:00
|
|
|
</body>
|
2014-05-13 11:47:05 +02:00
|
|
|
</html>
|