This commit is contained in:
Timm Szigat
2015-09-03 08:22:56 +02:00
commit 12fc75d1de
30 changed files with 10875 additions and 0 deletions

14
_layouts/page.html Normal file
View File

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