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

48 lines
1.7 KiB
HTML
Raw Normal View History

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 %}
2014-05-09 00:12:33 +01:00
</head>
<body>
<header>
<div class="container">
<h1>{{ site.name }}</h1>
<h2>{{ site.description }}</h2>
<section id="downloads">
2014-05-23 13:55:50 +01:00
<a href="https://plus.google.com/+MarkusBirth/about" rel="author" class="btn">Find me on Google+</a>
2014-05-09 00:12:33 +01:00
<a href="https://github.com/mbirth/wiki" class="btn btn-github"><span class="icon"></span>View on GitHub</a>
</section>
</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>