1

Add the page layout.

This commit is contained in:
vonavi 2014-02-18 16:47:05 +02:00
parent 411f1704c1
commit 70b894aa06

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