Add the page layout.

This commit is contained in:
vonavi
2014-02-18 17:23:55 +02:00
parent 411f1704c1
commit 70b894aa06
+8
View File
@@ -0,0 +1,8 @@
---
layout: default
---
<div class="col-xs-12 col-sm-8 col-sm-offset-2">
<h1>{{ page.title }}</h1>
{{ content }}
</div>