2015-06-11 19:13:58 +00:00
|
|
|
<!DOCTYPE html>
|
2018-04-22 08:39:48 +00:00
|
|
|
<html>
|
2015-06-11 19:13:58 +00:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2018-05-20 09:48:25 +00:00
|
|
|
<meta name="description" content="Quentin Dufour, blog d'un doctorant en systèmes distribués, avec du linux, du réseau et du code." />
|
2015-06-11 19:13:58 +00:00
|
|
|
|
|
|
|
<title>{{ site.name }}{% if page.title %} - {{ page.title }}{% endif %}</title>
|
|
|
|
<link rel="shortcut icon" href="/assets/images/favicon.ico">
|
2015-11-06 13:53:11 +00:00
|
|
|
<link rel="alternate" type="application/rss+xml" title="My Blog" href="/feed.xml">
|
2018-04-22 08:39:48 +00:00
|
|
|
<link rel="stylesheet" href="/assets/css/style.css">
|
|
|
|
<link rel="stylesheet" href="/assets/css/native.css">
|
2015-06-11 19:13:58 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
{% include navigation.html %}
|
|
|
|
|
|
|
|
{% if page.profile %}
|
|
|
|
{% include profile.html %}
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
<section id="wrapper" class="{% if page.profile %}home{% endif %}">
|
|
|
|
{{ content }}
|
|
|
|
</section>
|
|
|
|
</body>
|
|
|
|
</html>
|