1
Fork 0

Add the page layout.

master
vonavi 2014-02-18 16:47:05 +02:00
parent 411f1704c1
commit 70b894aa06
1 changed files with 8 additions and 0 deletions

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>