Fixes post sort order

fixes #4788
This commit is contained in:
Hannah Wolfe 2015-01-11 16:46:43 +00:00
parent 1afd6091a9
commit 5ceb721fa4

View File

@ -13,7 +13,7 @@
</header>
{{#view "paginated-scroll-box" tagName="section" classNames="content-list-content js-content-scrollbox"}}
<ol class="posts-list">
{{#each post in model itemController="posts/post" itemView="post-item-view" itemTagName="li"}}
{{#each post in controller itemController="posts/post" itemView="post-item-view" itemTagName="li"}}
{{#link-to "posts.post" post class="permalink" alternateActive=view.active title="Edit this post"}}
<h3 class="entry-title">{{post.model.title}}</h3>
<section class="entry-meta">