Read more

This commit is contained in:
John O'Nolan 2019-11-17 15:14:49 +07:00
parent e6c0f3d6ee
commit 94c51eaf42
7 changed files with 75 additions and 4 deletions

View file

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