1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-10-29 14:35:45 +00:00

Test jekyll

This commit is contained in:
Maniez Yan 2019-01-21 16:11:49 +01:00
parent f8df8078df
commit 7b3f12a9cb
8 changed files with 633 additions and 1 deletions

19
_layouts/default.html Normal file
View file

@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="{{ page.lang | default: site.lang | default: "en" }}">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>{{ site.title }}</title>
<link rel="stylesheet" href="{{ site.baseurl }}/style.css">
</head>
<body>
<header role="banner" id="banner">
<h1> {{ site.title }}</h1>
</header>
<main role="main" id="main" class="phb">
{{ content }}
</main>
<footer role="contentinfo" id="contentinfo">
</footer>
</body>
</html>