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

View file

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