Update layout to new _root collection.

This commit is contained in:
Jade Dominguez 2013-05-19 17:05:36 -07:00
parent 9f0fcb5e2b
commit 751eac2c0f
2 changed files with 2 additions and 2 deletions

View File

@ -37,9 +37,9 @@
<div class="container-narrow">
<a class="brand" href="{{urls.base_path}}">{{ data.title }}</a>
<ul class="nav">
{{# data.navigation?to_pages }}
{{# data.navigation?to__root }}
{{> pages_list }}
{{/ data.navigation?to_pages }}
{{/ data.navigation?to__root }}
</ul>
</div>
</div>