include mimina theme in the project

This commit is contained in:
Arti Zirk
2017-03-15 21:07:29 +02:00
parent cce2245bea
commit 16592c6938
19 changed files with 789 additions and 1 deletions

20
_layouts/default.html Normal file
View File

@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="{{ page.lang | default: site.lang | default: "en" }}">
{% include head.html %}
<body>
{% include header.html %}
<main class="page-content" aria-label="Content">
<div class="wrapper">
{{ content }}
</div>
</main>
{% include footer.html %}
</body>
</html>