Renamed loop partial

This commit is contained in:
Sodbileg Gansukh
2023-07-30 18:48:03 +08:00
parent 59eaa0663c
commit 86d501e32b
11 changed files with 16 additions and 16 deletions

View File

@@ -4,7 +4,7 @@
<div class="gh-feed">
{{#get "posts" include="authors" filter="id:-{{post.id}}" limit="3" as |next|}}
{{#foreach next}}
{{> "loop"}}
{{> "post-card"}}
{{/foreach}}
{{/get}}
</div>