This commit is contained in:
John O'Nolan 2019-11-15 00:02:57 +07:00
parent f14ac2385a
commit 88a76fd2e6
11 changed files with 96 additions and 100 deletions

View file

@ -6,7 +6,7 @@
<div class="post-feed">
{{#foreach posts}}
{{> "post-card"}} {{!-- partials/post-card.hbs --}}
{{> "postcard"}} {{!-- partials/post-card.hbs --}}
{{/foreach}}
</div>