First commit

This commit is contained in:
Open-Steps.org 2014-11-30 23:17:02 +01:00
commit 0599db44e3
24 changed files with 1035 additions and 0 deletions

18
_layouts/page.html Normal file
View file

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