diff --git a/index.hbs b/index.hbs
index 5dbb6b3..babbd56 100644
--- a/index.hbs
+++ b/index.hbs
@@ -37,14 +37,8 @@
More issues
- {{#foreach posts}}
- {{^is "paged"}}
- {{^has index="0"}}
- {{> loop}}
- {{/has}}
- {{else}}
- {{> loop}}
- {{/is}}
+ {{#foreach posts from="2"}}
+ {{> loop}}
{{/foreach}}