layouts now need to be named after the collection exactly to be used as default.

This commit is contained in:
Jade Dominguez 2013-05-19 17:09:54 -07:00
parent e497d63efe
commit 546cad2fdc
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
---
layout : default
---
<div class="page-header">
<h1>{{ page.title }} {{# page.tagline }} <small>{{ . }}</small>{{/ page.tagline }}</h1>
</div>