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
2014-05-13 11:47:05 +02:00

45 lines
1.5 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<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" />
<title>{{ page.title }} :: {{ site.name }}</title>
<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 %}
</head>
<body>
<header>
<div class="container">
<h1>{{ site.name }}</h1>
<h2>{{ site.description }}</h2>
<section id="downloads">
<a href="https://github.com/mbirth/wiki/zipball/master" class="btn">Download as .zip</a>
<a href="https://github.com/mbirth/wiki/tarball/master" class="btn">Download as .tar.gz</a>
<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">
<h1 id="pagetitle">{{ page.title }}</h1>
<section id="main_content">
{% if page.toc %}
<ul data-toc="#main_content"></ul>
{% endif %}
{{ content }}
</section>
</div>
</body>
</html>