1
0
mirror of https://github.com/mbirth/wiki.git synced 2024-09-20 06:33:24 +01:00
wiki.mbirth.de/_layouts/default.html

123 lines
5.7 KiB
HTML
Raw Normal View History

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" />
<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" />
{% if page.alternatives %}
2015-02-24 14:41:36 +00:00
<link rel="alternate" hreflang="{{ page.language }}" href="{{ site.url }}{{ page.url }}" />
{% 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 %}
2016-12-19 11:30:31 +00:00
<script src="{{ site.url }}/javascripts/gcse.js" type="text/javascript"></script>
<script src="{{ site.url }}/javascripts/comments.js" type="text/javascript"></script>
2015-02-20 13:26:56 +00:00
</head>
<body itemscope itemtype="http://schema.org/Blog">
2015-03-01 01:44:39 +00:00
<meta itemprop="isBasedOnUrl" content="https://github.com/mbirth/wiki" />
<meta itemprop="image" content="{{ site.url }}/images/sitelogo.png" />
2014-05-09 00:12:33 +01:00
<header>
2015-02-20 13:26:56 +00:00
<div class="container">
<div id="headerleft">
<h1 itemprop="name"><a href="{{ site.url }}/">{{ site.name }}</a></h1>
<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">
<div class="gcse-search"></div>
2015-02-20 13:26:56 +00:00
</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">
2016-01-26 21:40:08 +00: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 %}
<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">
2016-02-12 10:08:18 +00:00
<meta itemprop="name" content="Markus Birth" />
2015-02-20 13:56:05 +00:00
<meta itemprop="givenName" content="Markus" />
<meta itemprop="familyName" content="Birth" />
<meta itemprop="birthDate" content="1980-11-16" />
</div>
2016-02-12 10:08:18 +00:00
<meta itemprop="headline" content="{{ page.title }}" />
<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' }}" />
2016-02-12 10:08:18 +00:00
<meta itemprop="datePublished" content="{{ page.created | 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">
{% 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>
</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>
</div>
{% endif %}
2015-06-28 22:54:36 +01:00
</section>
{% comment %}
2015-02-20 13:26:56 +00:00
{% if site.related_posts %}
<section id="related">
<ul>
{% for relpost in site.related_posts %}
2015-06-28 22:54:36 +01:00
<li><a href="{{ relpost.url }}">{{ relpost.title }}</a></li>
2015-02-20 13:26:56 +00:00
{% endfor %}
</ul>
</section>
2014-05-13 10:47:05 +01:00
{% endif %}
{% endcomment %}
2015-06-28 22:52:27 +01:00
2015-06-28 23:00:12 +01:00
<section id="ads">
{% include ad-horiz.html %}
</section>
2015-06-28 22:52:27 +01:00
2015-02-21 11:35:01 +00:00
<section id="comments">
{% 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>