2016-02-08 18:48:16 +01:00
|
|
|
<!doctype html>
|
|
|
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width initial-scale=1">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
2016-02-08 19:00:12 +01:00
|
|
|
<link href="{{ site.baseurl }}/css/main.css" media="screen" rel="stylesheet">
|
|
|
|
<link href="{{ site.baseurl }}/feed.xml" type="application/rss+xml" rel="alternate" title="RSS feed" />
|
2016-09-02 18:32:34 +02:00
|
|
|
<link href="{{ site.baseurl }}/css/icon.png" type="image/png" rel="shortcut icon" />
|
2016-02-08 18:48:16 +01:00
|
|
|
|
|
|
|
<title>{% if page.title %}{{ page.title }} - {% endif %}{{ site.title }} - {{ site.description }}</title>
|
|
|
|
<meta name="description" content="{{ site.description }}">
|
|
|
|
|
|
|
|
<nav>
|
|
|
|
<ul>
|
2016-02-08 19:00:12 +01:00
|
|
|
<li><a href="{{ site.baseurl }}/">Home</a></h1>
|
|
|
|
<li><a href="{{ site.baseurl }}/news/">News</a>
|
|
|
|
<li><a href="{{ site.baseurl }}/documentation/">Documentation</a>
|
|
|
|
<li><a href="{{ site.baseurl }}/contribute/">Contribute</a>
|
|
|
|
<li><a href="{{ site.baseurl }}/download/">Download</a>
|
2016-08-10 18:08:17 +02:00
|
|
|
<li><a href="{{ site.baseurl }}/about/">About</a>
|
2016-02-08 18:48:16 +01:00
|
|
|
</ul>
|
|
|
|
</nav>
|
|
|
|
|
|
|
|
{{ content }}
|
|
|
|
|
|
|
|
<footer>
|
|
|
|
<ul>
|
2018-07-17 15:18:57 +02:00
|
|
|
<li><a href="https://community.kozea.fr">Made with ❤ by Kozea Community</a></li>
|
2016-02-08 18:48:16 +01:00
|
|
|
<li><a href="{{ site.github.repository_url }}">Fork me on GitHub</a></li>
|
|
|
|
</ul>
|
|
|
|
</footer>
|