Updated for Ghost 5
[ghost-theme-work.git] / error.hbs
index ff5f01ae0ef59c4ec60756068a31647ea7c996f8..3503f29c09776af83c86348ff29c7811a3e38eae 100644 (file)
--- a/error.hbs
+++ b/error.hbs
@@ -8,13 +8,13 @@
                    <h3>Stack Trace</h3>
                    <p><strong>{{message}}</strong></p>
                    <ul class="error-stack-list">
-                       {{#each stack as |item|}}
+                       {{#foreach stack as |item|}}
                            <li>
                                at
                                {{#if item.function}}<em class="error-stack-function">{{item.function}}</em>{{/if}}
                                <span class="error-stack-file">({{item.at}})</span>
                            </li>
-                       {{/each}}
+                       {{/foreach}}
                    </ul>
                </section>
            {{/if}}