diff --git a/core/client/templates/posts.hbs b/core/client/templates/posts.hbs
index f4c82ea2f0..df6e65333a 100644
--- a/core/client/templates/posts.hbs
+++ b/core/client/templates/posts.hbs
@@ -13,7 +13,7 @@
{{#view "paginated-scroll-box" tagName="section" classNames="content-list-content js-content-scrollbox"}}
- {{#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"}}
{{post.model.title}}