This commit is contained in:
Timm Szigat
2014-10-20 22:33:40 +02:00
parent cb4d829a8e
commit 39c5f87b66
14 ha cambiato i file con 766 aggiunte e 46 eliminazioni

14
_layouts/page.html Normal file
Vedi 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>