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

14
_layouts/page.html Normal file
View File

@@ -0,0 +1,14 @@
---
layout: default
---
<article class="post">
<header class="post-header">
<h1 class="post-title">{{ page.title | escape }}</h1>
</header>
<div class="post-content">
{{ content }}
</div>
</article>